is.gd URL Shortener
is.gd URL Shortener
Cos'è is.gd URL Shortener?
is.gd URL Shortener è un'estensione di Chrome sviluppata da 14k, e la sua funzione principale è "is.gd URL Shortener".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione is.gd URL Shortener
Scarica i file di estensione is.gd 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
UNMAINTAINED Version 1.0.0.1 changes: -Fixed url encoding Version 1.0.0.2 changes: -Forced to update manifest file Version 1.0.0.3 changes: -Fixed security issues caused by inline scripts ban. (which broked extension) Version 1.0.0.4 changes: -Fiex CORS
Informazioni di Base sull'Estensione
Nome | |
ID | cdofbppppmjfejecfiegjnmbbgichjhg |
URL Ufficiale | https://chrome.google.com/webstore/detail/isgd-url-shortener/cdofbppppmjfejecfiegjnmbbgichjhg |
Descrizione | is.gd URL Shortener |
Dimensione del File | 26.31 KB |
Conteggio Installazioni | 1,261 |
Versione Corrente | 1.0.0.4 |
Ultimo Aggiornamento | 2017-05-22 |
Data di Pubblicazione | 2017-05-22 |
Valutazione | 4.39/5 Totale 49 Valutazioni |
Sviluppatore | 14k |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://steamcommunity.com/id/xozyain/ |
Lingue Supportate | en |
manifest.json | |
{ "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "description": "is.gd URL Shortener", "icons": { "128": "isgd.png" }, "manifest_version": 2, "name": "is.gd URL Shortener", "permissions": [ "tabs", "http:\/\/*\/", "http:\/\/is.gd\/*", "https:\/\/is.gd\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0.4" } |