Tabulator

Tabulator

Linked Data Browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js",
      "ga.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com https://linkeddata.github.io https://linkeddata.github.com https://tabulator.org https://w3.scripts.mit.edu https://databox.me https://data.fm https://rww.io https://webizen https://api.webizen.com; object-src 'self'",
  "description": "Linked Data Browser",
  "icons": {
    "48": "rdf_flyer.48-color.png",
    "128": "rdf_flyer.128-color.png"
  },
  "manifest_version": 2,
  "name": "Tabulator",
  "browser_action": {
    "default_icon": "rdf_flyer.128-color.png",
    "default_popup": "popup.html",
    "default_title": "Linked Data Browser"
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "unlimitedStorage",
    "webRequest",
    "webRequestBlocking"
  ],
  "version": "0.0.0.2",
  "web_accessible_resources": [
    "skin.html"
  ]
}