URL Shortener Firefox

Examine source code of URL Shortener

By: Allen Add-on
Inspect and view changes in URL Shortener source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "0.1.2",
  "manifest_version": 2,
  "name": "URL Shortener",
  "short_name": "g-url-shortener",
  "background": {
    "page": "lib/chrome/background.html"
  },
  "description": "Easily shorten desired urls via Rebrandly API.",
  "homepage_url": "http://mybrowseraddon.com/g-url-shortener.html",
  "options_ui": {
    "chrome_style": true,
    "page": "data/options/options.html"
  },
  "permissions": [
    "storage",
    "contextMenus",
    "notifications",
    "clipboardWrite"
  ],
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  }
}

Best URL Shortener Alternatives

Here are some Firefox add-ons that are similar to URL Shortener: