TinyURL Tools Firefox

Examine source code of TinyURL Tools

제작자: Jonathan
Inspect and view changes in TinyURL Tools source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TinyURL Tool",
  "version": "1.0",
  "description": "Generate a short TinyURL for easier sharing.",
  "icons": {
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "permissions": [
    "tabs",
    "clipboardWrite",
    "https://tinyurl.com/*"
  ],
  "browser_action": {
    "default_title": "TinyURL Tool",
    "default_icon": "icon64.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{06f7c75d-f898-4221-b63a-b447d848b00a}",
      "strict_min_version": "100.0"
    }
  }
}

최고의 TinyURL Tools 대안

다음은 TinyURL Tools과(와) 유사한 Firefox add-on입니다: