Par : 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"
}
}
} Meilleures alternatives TinyURL
Voici quelques Firefox add-ons qui sont similaires à TinyURL :
TinyURL Simplified
pvpscript
Quick Copy URL
vantezzen
URL Shortener Plus
OinkAndStuff
TinyURL Tools
Jonathan
Copy URL with Keyboard
Nick Tassone
Simple URL Copy
Misoni
LinkShortener
dianthos
Clip url
Vogu66
UygunPetGross URL Shortener
ritemre
URL Shortener
Tizunst
Link Shortener
Tim
TabURL to QRCode
igorlogius