URL phrases appender

URL phrases appender

Define a set of phrases you frequently need to add to your address bar. Append them to URL with just one click!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "URL phrases appender",
  "description": "Define a set of phrases you frequently need to add to your address bar. Append them to URL with just one click!",
  "version": "1.0.2",
  "options_page": "options.html",
  "browser_action": {
    "default_icon": "logo.png",
    "default_popup": "popup.html",
    "default_title": "URL phrases appender"
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/",
    "storage",
    "tabs"
  ]
}