Decode URLs

Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.).

Cos'è Decode URLs?

Decode URLs è un'estensione di Chrome sviluppata da Avi Klein, e la sua funzione principale è "Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.).".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Decode URLs

Scarica i file di estensione Decode URLs 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

                        Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.).                    

Informazioni di Base sull'Estensione

Nome Decode URLs Decode URLs
ID ammnkklofnncmpmenbffefpmdnocnmlp
URL Ufficiale https://chromewebstore.google.com/detail/decode-urls/ammnkklofnncmpmenbffefpmdnocnmlp
Descrizione Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.).
Dimensione del File 7.79 KB
Conteggio Installazioni 238
Versione Corrente 1
Ultimo Aggiornamento 2019-04-24
Data di Pubblicazione 2019-04-24
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Avi Klein
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Decode URLs",
    "short_name": "Decode URLs",
    "version": "1",
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "Popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}