TinyURL Pro
TinyURL - Convert long website links to short
Cos'è TinyURL Pro?
TinyURL Pro è un'estensione di Chrome sviluppata da Clark, e la sua funzione principale è "TinyURL - Convert long website links to short".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TinyURL Pro
Scarica i file di estensione TinyURL Pro in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
TinyURL Pro - The Finest URL Shortening Service
TOP Features:
- Absolutely FREE
- No sign-up or login required
- Just one-click to get short URL
- Auto-copy the short URL to clipboard
- Sharing over social networks [Soon..]
- Context Menu for direct links and selected text(auto-extract first link)
- Notifications to sharing critical updates
- Other features coming soon…
For any issues, errors, bugs and enhancements, please contact us at - http://tiny.cc/exthelp
* No adware. No spyware. No walmare. Informazioni di Base sull'Estensione
| Nome | |
| ID | daocanafelgllopgddpchjaoldiinoob |
| URL Ufficiale | https://chromewebstore.google.com/detail/tinyurl-pro/daocanafelgllopgddpchjaoldiinoob |
| Descrizione | TinyURL - Convert long website links to short |
| Dimensione del File | 96.25 KB |
| Conteggio Installazioni | 6,705 |
| Versione Corrente | 1.1.0 |
| Ultimo Aggiornamento | 2020-12-26 |
| Data di Pubblicazione | 2019-12-29 |
| Valutazione | 4.92/5 Totale 26 Valutazioni |
| Sviluppatore | Clark |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://hybridapps.net/exttiny.html |
| URL della Pagina di Aiuto | https://hybridapps.net/exttiny.html |
| URL della Pagina della Politica sulla Privacy | https://dsnet.bitbucket.io/apps/privacypolicy-v2.htm |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "TinyURL Pro",
"short_name": "TinyURL Shortener",
"version": "1.1.0",
"description": "TinyURL - Convert long website links to short",
"icons": {
"16": "img\/icon.png",
"48": "img\/icon.png",
"128": "img\/icon.png"
},
"browser_action": {
"default_icon": "img\/icon.png",
"default_title": "TinyURL - URL Shortener",
"default_popup": "popup.html"
},
"permissions": [
"activeTab"
],
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'"
} | |