Fast URL Shortener
Fast and simple shorten of current tab urls with direct sharing options.
Cos'è Fast URL Shortener?
Fast URL Shortener è un'estensione di Chrome sviluppata da https://www.shar3.nl, e la sua funzione principale è "Fast and simple shorten of current tab urls with direct sharing options.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fast URL Shortener
Scarica i file di estensione Fast URL Shortener 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
Simple shortening your current url by one mouseclick. When the shortlink shows up, its also copied to your clipboard. Update: Added twitter and facebook icon to share the shorturl directly via these websites. Update: We have rebuild it completely. Works much more faster!
Informazioni di Base sull'Estensione
Nome | Fast URL Shortener |
ID | hnkpbdkcmbohhidigjoomkccgkaefpgi |
URL Ufficiale | https://chromewebstore.google.com/detail/fast-url-shortener/hnkpbdkcmbohhidigjoomkccgkaefpgi |
Descrizione | Fast and simple shorten of current tab urls with direct sharing options. |
Dimensione del File | 35.64 KB |
Conteggio Installazioni | 218 |
Versione Corrente | 2.0.3 |
Ultimo Aggiornamento | 2014-02-13 |
Data di Pubblicazione | 2014-02-13 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | https://www.shar3.nl |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.shar3.nl |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fast URL Shortener", "version": "2.0.3", "manifest_version": 2, "description": "Fast and simple shorten of current tab urls with direct sharing options.", "browser_action": { "default_title": "Short and share url", "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |