Chilp.it URL Shortener
This extension helps to shrink your large URLs.
Cos'è Chilp.it URL Shortener?
Chilp.it URL Shortener è un'estensione di Chrome sviluppata da Chilp Media Group, e la sua funzione principale è "This extension helps to shrink your large URLs.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chilp.it URL Shortener
Scarica i file di estensione Chilp.it 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
This is the official Chrome extension for the Chilp.it URL shortener. You can can create short URLs of the current page by clicking the extension symbol or pressing the keyboard shortcut Alt+Shift+C. You can create short URLs of all links in the page by right clicking and choosing "Create shortlink" from the context menu. Shortlinks will be copied to your clipboard instantly. Happy shortening.
Informazioni di Base sull'Estensione
Nome | |
ID | jdlddbgjpiammojoflhimhfbgindkblj |
URL Ufficiale | https://chromewebstore.google.com/detail/chilpit-url-shortener/jdlddbgjpiammojoflhimhfbgindkblj |
Descrizione | This extension helps to shrink your large URLs. |
Dimensione del File | 26.56 KB |
Conteggio Installazioni | 43 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-01-03 |
Data di Pubblicazione | 2017-01-03 |
Sviluppatore | Chilp Media Group |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | http://chilp.it/tp.htm |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chilp.it URL Shortener", "description": "This extension helps to shrink your large URLs.", "version": "1.0", "browser_action": { "default_icon": "chilpIcon16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "http:\/\/chilp.it\/", "contextMenus", "clipboardWrite" ], "icons": { "16": "chilpIcon16.png", "128": "chilpIcon128.png" }, "commands": { "copyPageShortlinkToClipboard": { "suggested_key": { "default": "Alt+Shift+C", "mac": "Alt+Shift+C" }, "description": "shorten the current page url and copy the shortlink to the clipboard" } } } |