openlink / structured-data-sniffer

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.
http://osds.openlinksw.com/
GNU General Public License v2.0
121 stars 22 forks source link

v2.13.9 FF version not working , link to v2.14 broken #8

Closed 1u0n closed 7 years ago

1u0n commented 7 years ago

(I'm on Firefox 51.0.1 on Windows 8)

the official firefox addon release installs but doesn't respond at all. The icon button doesn't perform any action, doesn't even behave like a button on hover. Only thing I see on browser console is

onMsg=TypeError: request is null

Debugging the JS I could only find this line in panel.js

Browser.api.runtime.onMessage.addListener(function(request, sender, sendResponse)

request parameter is null, hence it throws exception in its first line.

On other hand, the link to the last version of FF extension on github doesn't work.

duncanh commented 7 years ago

Hmm I have the exact same problem - FF and plugin versions are the same, but on OS X 10.9.5 instead of Windows. It does work for me on Chrome 56.0 though, so will switch to that until there's a better option. Great tool though!

smalinin commented 7 years ago

The fixed FF version is 2.14.5 . It is ready and waiting the approve from Mozilla for Addon's store.

1u0n commented 7 years ago

fixed for me!