{"id":13555437,"url":"https://github.com/openlink/structured-data-sniffer","last_synced_at":"2025-04-06T16:31:15.903Z","repository":{"id":46414937,"uuid":"47197652","full_name":"openlink/structured-data-sniffer","owner":"openlink","description":"The Openlink Structured Data Sniffer (OSDS) is a plugin for the Chrome, Firefox and Opera browsers that detects and shows structured data embedded in web pages in either JSON-LD, Microdata, RDFa or Turtle format.","archived":false,"fork":false,"pushed_at":"2021-10-15T08:13:01.000Z","size":3278,"stargazers_count":121,"open_issues_count":10,"forks_count":22,"subscribers_count":21,"default_branch":"develop","last_synced_at":"2024-11-04T04:31:43.468Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://osds.openlinksw.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openlink.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-01T15:17:21.000Z","updated_at":"2024-09-09T07:00:34.000Z","dependencies_parsed_at":"2022-09-06T05:11:37.093Z","dependency_job_id":null,"html_url":"https://github.com/openlink/structured-data-sniffer","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openlink%2Fstructured-data-sniffer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openlink%2Fstructured-data-sniffer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openlink%2Fstructured-data-sniffer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openlink%2Fstructured-data-sniffer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openlink","download_url":"https://codeload.github.com/openlink/structured-data-sniffer/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223256678,"owners_count":17114723,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T12:03:12.642Z","updated_at":"2024-11-05T23:12:57.691Z","avatar_url":"https://github.com/openlink.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","others"],"sub_categories":[],"readme":"# Deprecated Repository for OpenLink Structured Data Sniffer\n\n## Please refer to [the new primary repository for this extension](https://github.com/OpenLinkSoftware/OSDS_extension).\n\n*This respository is primarily focused on developers.  You may want to also look \nat [the more user-/consumer-focused site](http://osds.openlinksw.com/).*\n\n## Intro\n\nThe OpenLink Structured Data Sniffer (OSDS) is a plugin for \n[Google Chrome](http://www.google.com/chrome/browser/),\n[Mozilla Firefox](http://www.mozilla.org/firefox/), and \n[Opera](http://www.opera.com/)\nweb browsers, that detects and shows structured data embedded in web pages \nin any of the following formats:\n\n- **JSON-LD**\n- **Microdata**\n- **RDFa**\n- **Turtle**\n\nSupport for additional browsers like\n[Apple Safari](http://www.apple.com/safari/) and\n[Microsoft Edge](https://www.microsoft.com/microsoft-edge)\nis under construction.\n\n## License\nCopyright 2015-2021 [OpenLink Software](mailto:opensource@openlinksw.com)\n\nThis software is licensed under the GNU General Public License (see\n[COPYING](https://github.com/OpenLinkSoftware/OSDS_extension/blob/develop/COPYING)).\n\n**Note**: the only valid version of the GPL license as far as this project is concerned is the\noriginal **GNU General Public License Version 2**, dated June 1991.\n\n\n## Deployment\n\nStable and/or signed releases may be deployed from \n[the Chrome store](https://chrome.google.com/webstore/detail/openlink-structured-data/egdaiaihbdoiibopledjahjaihbmjhdj) \nor [the Mozilla catalog](https://addons.mozilla.org/en-US/firefox/addon/openlink-structured-data-sniff/).\n\nTo deploy the latest development version on your local machine, you can (1) either (a) *clone \nthe git source tree* or (b) *download a source archive*, and then (2) *install the extension* \ninto your Chrome or Opera browser on the same system.\n\n### Clone the git source tree\nClone the sources from github using the following commands:\n```shell\n$ cd src\n$ git clone https://github.com/OpenLinkSoftware/OSDS_extension\n\n```\nwhich will automatically download the latest develop branch.\n\n### Download a source archive\n\nDownload and extract a `.tar.gz` or `.zip` from either one of the\n[stable releases](https://github.com/OpenLinkSoftware/OSDS_extension/releases/latest)\nor directly from one of the following links:\n\n- [latest stable .tar.gz](https://github.com/OpenLinkSoftware/OSDS_extension/archive/master.tar.gz)\n- [latest stable .zip](https://github.com/OpenLinkSoftware/OSDS_extension/archive/master.zip)\n- [latest development .tar.gz](https://github.com/OpenLinkSoftware/OSDS_extension/archive/develop.tar.gz)\n- [latest development .zip](https://github.com/OpenLinkSoftware/OSDS_extension/archive/develop.zip)\n\n\n### Install the extension in Chrome\n\nTo install this extension manually in Chrome, use the following steps:\n\n- Open the Chrome browser\n- Select from menu: **Chrome** -\u003e **Preferences** -\u003e **Extensions**\n- Check the [X] **Developer mode** box\n- Choose the option **Load unpacked extension...**\n- Navigate to the folder containing the extracted source code\n- Press the **Select** button\n\n\n### Install the extension in Opera\n\nTo install this extension manually in Opera, use the following steps:\n\n- Open the Opera browser\n- In address bar type in **opera:extensions**\n- Press the **Developer Mode** button\n- Choose the option **Load unpacked extension...**\n- Navigate to the folder containing the extracted source\n- Press the **Select** button\n\n### Install the extension in Firefox\n\nNOTE: Recent versions of Firefox only permit temporary installation of the unsigned `.xpi` file.  The latest \nsigned extension, which may lag a bit behind the unsigned, can be permanently installed from the \n[Mozilla Add-ons catalog(https://addons.mozilla.org/en-US/firefox/addon/openlink-structured-data-sniff/).\n\nTo install this extension manually in Firefox, use the following steps:\n\n- Download the [Firefox OSDS .zip](https://github.com/OpenLinkSoftware/OSDS_extension/releases/download/v2.16.1/OSDS_FF.zip)\nfile and extract the unsigned `.xpi` file.\n- Open the **Firefox** browser\n- In address bar type: **about:addons** or choose menu ** Add-ons**\n- Click on Gear icon and choose **Debug Add-ons**\n- Click on **Load Temporary Add-on**\n- Navigate to the directory where you extracted the OSDS_FF.xpi file, select this file and press the\n**Open** button\n\n\n### Examples\nNavigate to a page containing structured data such as:\n\n  - [OpenLink Software Homepage](http://www.openlinksw.com/)\n  - [BBC News Homepage](http://www.bbc.com/news)\n  - [Ted.com talk by Susan Etlinger](https://www.ted.com/talks/susan_etlinger_what_do_we_do_with_all_this_big_data)\n  - [DBpedia article on Semantic Web](http://dbpedia.org/page/Semantic_Web)\n\nand click on the sniffer icon that appears in the address bar.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenlink%2Fstructured-data-sniffer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenlink%2Fstructured-data-sniffer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenlink%2Fstructured-data-sniffer/lists"}