Apt-linker

Apt-linker

Turns "apt-get install" lines into clickable apturl links for installing Ubuntu and Debian GNU/Linux packages

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Apt-linker",
  "version": "1.3.1",
  "default_locale": "en",
  "description": "__MSG_extDesc__",
  "icons": {
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "js": [
        "script.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "update_url": "http://clients2.google.com/service/update2/crx"
}