Simple URL Shortener
This extension shows Shortened URL For the current webpage
Cos'è Simple URL Shortener?
Simple URL Shortener è un'estensione di Chrome sviluppata da Vishal Goyal, e la sua funzione principale è "This extension shows Shortened URL For the current webpage".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Simple URL Shortener
Scarica i file di estensione Simple 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 a 100% Ad Free Private URL Shortener which provides more useful features like optional Password Protection, Complete Analytics to Track each and every user who clicks a link. Our system allows you to track everything. Whether it is the amount of clicks, the country or the referrer, the data is there. Above all, it is 100% free - http://k2g.co Informazioni di Base sull'Estensione
| Nome | |
| ID | cjifcphacfcmdmlgekkbhchcapdhgddi |
| URL Ufficiale | https://chromewebstore.google.com/detail/simple-url-shortener/cjifcphacfcmdmlgekkbhchcapdhgddi |
| Descrizione | This extension shows Shortened URL For the current webpage |
| Dimensione del File | 13.83 KB |
| Conteggio Installazioni | 121 |
| Versione Corrente | 2.0 |
| Ultimo Aggiornamento | 2015-10-17 |
| Data di Pubblicazione | 2015-10-16 |
| Valutazione | 3.67/5 Totale 3 Valutazioni |
| Sviluppatore | Vishal Goyal |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://k2g.co |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Simple URL Shortener",
"description": "This extension shows Shortened URL For the current webpage",
"version": "2.0",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"https:\/\/ajax.googleapis.com\/",
"http:\/\/*\/",
"https:\/\/*\/"
]
} | |