The OpenLink Structured Data Sniffer (OSDS) is a plugin for the Chrome, Opera and select versions of the Firefox browser, that detects and shows structured data embedded in web pages in either of the following formats:
- JSON-LD
- Microdata
- RDFa
- Turtle
Support for additional browsers like Firefox, Safari, and Microsoft Edge is under construction.
Copyright 2015 OpenLink Software
This software is licensed under the GNU General Public License (see COPYING).
Note: that the only valid version of the GPL license as far as this project is concerned is the original GNU General Public License Version 2, dated June 1991.
To deploy this extension on your local machine you can either clone the git source tree or download a source archive and then install the extension into your Chrome or Opera browser on the same system.
Clone the sources from github using the following commands:
$ cd src
$ git clone https://github.com/openlink/structured-data-sniffer
which will automatically download the latest develop branch.
Download and extract a .tar.gz or .zip from either one of the stable releases or directly from one of the following links:
To install this extension manually use the following steps:
- Open the Chrome browser
- Select from menu: Chrome -> Preferences -> Extensions
- Check the [X] Developer mode box
- Choose the option Load unpacked extension...
- Navigate to the folder containing the extracted source code
- Press the Select button
To install this extension manually use the following steps:
- Open the Opera browser
- In address bar type in opera:extensions
- Press the Developer Mode button
- Choose the option Load unpacked extension...
- Navigate to the folder containing the extracted source
- Press the Select button
At this time Mozilla is deprecating their XCOM, XUL etc. API in favor of using the WebExtension API which is scheduled to be releases in FireFox versions around Q2 2016. For now this extension will only work with Firefox Developer Edition or Firefox Nightly and not with the regular FireFox version 42.0 or below.
Download the Firefox OSDS .zip file and extract the .xpi file.
To install this extension manually, use the following steps:
- Open the Firefox Developer Edition browser
- In address bar type: about:config
- Press the I'll be careful, i promise button
- Search for xpinstall.signatures.required
- Double click that line so the value is set to false
- In address bar type: about:addons
- Click on the Gear icon and select Install Add-On from file... from the menu
- Navigate to the directory where you extracted the OSDS_FF.xpi file, select this file and press the Open button
- Press the install button
Navigate to a page containing structured data such as:
- OpenLink Software Homepage
- BBC News Homepage
- Ted.com talk by Susan Etlinger
- DBpedia article on Semantic Web
and click on the sniffer icon that appears in the address bar.