Linki

Linki

Turns all things supposed to be links into clickable links.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Linki",
  "description": "Turns all things supposed to be links into clickable links.",
  "version": "1.3",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Run Linki",
    "default_icon": "48.png"
  }
}