Link-Spy

Link-Spy

Link-Spy allows to read article brief without need to visit a link. Preview window shows instant description of the article content.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Link-Spy",
  "short_name": "L.S.",
  "description": "Link-Spy allows to read article brief without need to visit a link. Preview window shows instant description of the article content.",
  "version": "1.3",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "tabs",
    "activeTab"
  ],
  "icons": {
    "48": "images/linkspy48r.png"
  },
  "page_action": {
    "default_title": "WWW Spy",
    "default_icon": {
      "48": "images/linkspy48r.png",
      "128": "images/linkspy128r.png"
    }
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "styl.css"
      ]
    }
  ],
  "manifest_version": 2
}