Decode URLs

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

Wat is Decode URLs?

Decode URLs is een Chrome-extensie ontwikkeld door Avi Klein, en de belangrijkste functie is "Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.).".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Decode URLs

Download Decode URLs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Decode URLs Decode URLs
ID ammnkklofnncmpmenbffefpmdnocnmlp
Officiële URL https://chromewebstore.google.com/detail/decode-urls/ammnkklofnncmpmenbffefpmdnocnmlp
Beschrijving Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.).
Bestandsgrootte 7.79 KB
Aantal Installaties 238
Huidige Versie 1
Laatst Bijgewerkt 2019-04-24
Publicatiedatum 2019-04-24
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Avi Klein
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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'"
}