ShortURL Firefox

Examine source code of ShortURL

Por: gxvwb
Inspect and view changes in ShortURL source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "ShortURL",
  "description": "A simple private URL shortener.",
  "version": "4.1",
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko_android": {},
    "gecko": {
      "id": "{6ad6dcd3-cb1a-41e3-812a-ee44524151ca}"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "256": "shorturl.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "clipboardWrite",
    "contextMenus",
    "http://*/*",
    "https://*/*"
  ],
  "options_ui": {
    "browser_style": true,
    "page": "options.html"
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "icon.png",
    "default_title": "url.gxvwb.dev",
    "default_popup": "popup.html"
  }
}

Mejores alternativas ShortURL

Aquí hay algunas Firefox add-ons que son similares a ShortURL: