Create Short URL
Generate short URLs using bit.ly
Cos'è Create Short URL?
Create Short URL è un'estensione di Chrome sviluppata da portsaidalenbi, e la sua funzione principale è "Generate short URLs using bit.ly".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Create Short URL
Scarica i file di estensione Create Short URL 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 extension enables you to quickly create shortcut links to your Bit.ly account. Simply navigate to the link you want to save and select "Create Short URL" from the context menu.
Informazioni di Base sull'Estensione
Nome | |
ID | iobhlofholalpkgbeoeobhckdmfpcpce |
URL Ufficiale | https://chrome.google.com/webstore/detail/create-short-url/iobhlofholalpkgbeoeobhckdmfpcpce |
Descrizione | Generate short URLs using bit.ly |
Dimensione del File | 25.01 KB |
Conteggio Installazioni | 10,000 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2013-12-22 |
Data di Pubblicazione | 2013-12-22 |
Valutazione | 1.64/5 Totale 11 Valutazioni |
Sviluppatore | portsaidalenbi |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "name": "Create Short URL", "description": "Generate short URLs using bit.ly", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |