Create A Tag

Create A Tag

Create Anchor tag ( <a href=...> ) With Page Title

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Create A Tag",
  "version": "1.3.0",
  "manifest_version": 2,
  "description": "Create Anchor tag ( <a href=...> ) With Page Title",
  "default_locale": "en",
  "permissions": [
    "tabs"
  ],
  "icons": {
    "16": "icon16.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon19.png",
    "default_popup": "popup.html"
  },
  "options_page": "options.html"
}