Extension for Chrome that checks pages as you browse for the presence of Linked Open Data behind them and reveals the underlying data.

@Alex Tucker Alex Tucker authored on 16 Jul 2014
README Also look for redirects. 10 years ago
background.js Also look for redirects. 10 years ago
codemirror-compressed.js Initial stab at a Chrome extension to reveal linked data. 10 years ago
codemirror.css Initial stab at a Chrome extension to reveal linked data. 10 years ago
contentscript.js Also look for redirects. 10 years ago
custom.css Also look for redirects. 10 years ago
fold.png Initial stab at a Chrome extension to reveal linked data. 10 years ago
fold.svg Check for Turtle as well as XML/RDF. Parse XML/RDF and look for licensing info. Click on revealed RDF to make it full height/width. Show traffic light icon depending on results of parsing. 10 years ago
jquery-ui.min.js Initial stab at a Chrome extension to reveal linked data. 10 years ago
jquery.min.js Initial stab at a Chrome extension to reveal linked data. 10 years ago
jquery.rdfquery.core-1.0.js Check for Turtle as well as XML/RDF. Parse XML/RDF and look for licensing info. Click on revealed RDF to make it full height/width. Show traffic light icon depending on results of parsing. 10 years ago
jquery.rdfquery.core.min-1.0.js Initial stab at a Chrome extension to reveal linked data. 10 years ago
manifest.json Also look for redirects. 10 years ago
package-icon-128.png Check for Turtle as well as XML/RDF. Parse XML/RDF and look for licensing info. Click on revealed RDF to make it full height/width. Show traffic light icon depending on results of parsing. 10 years ago
package-icon-16.png Check for Turtle as well as XML/RDF. Parse XML/RDF and look for licensing info. Click on revealed RDF to make it full height/width. Show traffic light icon depending on results of parsing. 10 years ago
package-icon-19.png Also look for redirects. 10 years ago
package-icon-48.png Check for Turtle as well as XML/RDF. Parse XML/RDF and look for licensing info. Click on revealed RDF to make it full height/width. Show traffic light icon depending on results of parsing. 10 years ago
package-icon.svg Check for Turtle as well as XML/RDF. Parse XML/RDF and look for licensing info. Click on revealed RDF to make it full height/width. Show traffic light icon depending on results of parsing. 10 years ago
pageIcon-amber.png Also look for redirects. 10 years ago
pageIcon-green.png Also look for redirects. 10 years ago
pageIcon-red.png Also look for redirects. 10 years ago
r-icon.png Initial stab at a Chrome extension to reveal linked data. 10 years ago
turn.css Initial stab at a Chrome extension to reveal linked data. 10 years ago
turn.js Initial stab at a Chrome extension to reveal linked data. 10 years ago
README
Chrome LOD extension
====================

An extension for Chrome that looks for the presence of Linked Open
Data behind the pages you browse and if available, reveals the
underlying data.

Debugging/Building
------------------

In Chrome, open the tools/extensions page, ensure that developer mode
is selected, and click to 'load unpacked extension...'.  Select the
directory you checked out the chrome-lod source to.  This should
enable the extension directly.

In order to package the extension for deployment, use the 'pack
extension' button, which will result in a chrome-lod.crx file and
associated keyfile.

Rationale
---------

The extension runs once on each page you visit, looking for <link>
tags in the page with relationship 'meta' or 'alternate' pointing to a
URI with media-type application/rdf+xml or text/turtle.  Failing that,
the extension will attempt to do content negotiation on the current
URI, asking for application/rdf+xml or text/turtle representation of
the current resource.

If an RDF representation is available, it will be rendered behind the
current page and a peel-back animation will reveal the background RDF
data as the mouse hovers over the top left corner of the page.