TinyURL Firefox

Examine source code of TinyURL

제작자: Robert A Moreno II
Inspect and view changes in TinyURL source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TinyURL",
  "short_name": "TinyURL",
  "version": "2024.5.7.20",
  "author": "Robert A Moreno II",
  "description": "A one-click tool to generate a tiny URL (https://tinyurl.com or https://is.gd) from your current URL and automatically copy it to the clipboard.",
  "permissions": [
    "https://tinyurl.com/",
    "activeTab",
    "tabs",
    "clipboardRead",
    "clipboardWrite",
    "storage",
    "contextMenus"
  ],
  "icons": {
    "16": "images/tinyurl_16.png",
    "32": "images/tinyurl_32.png",
    "48": "images/tinyurl_48.png",
    "64": "images/tinyurl_64.png",
    "128": "images/tinyurl_128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Create a TinyURL"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "commands": {
    "_execute_browser_action": {
      "description": "Create a TinyURL for the current tab."
    }
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "content.css"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c6d7e675-b8a1-4e3f-9a5c-28a11166b834}",
      "strict_min_version": "57.0"
    }
  }
}

최고의 TinyURL 대안

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