[J2TeaM] URL Tools

[J2TeaM] URL Tools

Tools for play with url.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "short_name": "__MSG_extShortName__",
  "description": "__MSG_extDesc__",
  "author": "__MSG_extAuthor__",
  "version": "1.0.1",
  "manifest_version": 2,
  "homepage_url": "http://junookyo.blogspot.com/",
  "background": {
    "persistent": false,
    "scripts": [
      "background.min.js"
    ]
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "offline_enabled": true,
  "minimum_chrome_version": "26",
  "permissions": [
    "contextMenus",
    "activeTab",
    "http://*/",
    "https://*/"
  ]
}