Link Router

Link Router

Route links on any given page to the main log with a certain tag

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Link Router",
  "short_name": "Link Router",
  "version": "0.5",
  "manifest_version": 2,
  "description": "Route links on any given page to the main log with a certain tag",
  "background": {
    "scripts": [
      "moment.js",
      "router.js"
    ]
  },
  "options_page": "options.html",
  "permissions": [
    "contextMenus"
  ],
  "icons": {
    "16": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  }
}