URL Shortener

URL Shortener

Shorten, Expand goo.gl Urls, and parse urls with regular expressions.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "eventpage.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/icon16.png",
    "default_popup": "popup.html",
    "default_title": ""
  },
  "description": "Shorten, Expand goo.gl Urls, and parse urls with regular expressions.",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDZk5x59z3Yf4iWV6nAiDOXdMizXjoO7yROyCtfh9lUip7X+TpvUVID73K8c2FEXKuQkeSBq2znTOeisTWD1NKbXr8uwBjxfWyy1Dd3X/wFqdlzOQK2MmVCG7mdMrgIHj60mlr+OxI8NT5PCDmnNtpSV7Ct65ryD/lSsRuwyW6lCQIDAQAB",
  "manifest_version": 2,
  "name": "URL Shortener",
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "https://www.googleapis.com/*"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.7.2"
}