Mini URL - The URL shortener
Shortens the current url and copies it to clipboard
Cos'è Mini URL - The URL shortener?
Mini URL - The URL shortener è un'estensione di Chrome sviluppata da miniurl2016, e la sua funzione principale è "Shortens the current url and copies it to clipboard".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Mini URL - The URL shortener
Scarica i file di estensione Mini URL - The 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
Mini URL is a url shortener. It is a simple chrome extension that, when clicked, shortens the current URL and copies the shortened url to the clipboard. Mini url uses the Google URL shortener service https://goo.gl/ as the backend. Using the extension is simple: just click the Mini URL icon, a tiny version of the current url is created and sent to the clipboard. To use the short url, just paste!
Informazioni di Base sull'Estensione
Nome | Mini URL - The URL shortener |
ID | oikjbfhojbdndgcjkjeccfelofhihdai |
URL Ufficiale | https://chromewebstore.google.com/detail/mini-url-the-url-shortene/oikjbfhojbdndgcjkjeccfelofhihdai |
Descrizione | Shortens the current url and copies it to clipboard |
Dimensione del File | 850 KB |
Conteggio Installazioni | 170 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2016-02-26 |
Data di Pubblicazione | 2016-02-26 |
Valutazione | 4.50/5 Totale 8 Valutazioni |
Sviluppatore | miniurl2016 |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mini URL - The URL shortener", "short_name": "Mini URL", "description": "Shortens the current url and copies it to clipboard", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "clipboardWrite", "https:\/\/www.googleapis.com\/" ] } |