Decode URLs

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

Co to jest Decode URLs?

Decode URLs to rozszerzenie Chrome opracowane przez Avi Klein, a jego główną funkcją jest „Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.).”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Decode URLs

Pobierz pliki rozszerzeń Decode URLs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Decode URLs Decode URLs
ID ammnkklofnncmpmenbffefpmdnocnmlp
Oficjalny URL https://chromewebstore.google.com/detail/decode-urls/ammnkklofnncmpmenbffefpmdnocnmlp
Opis Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.).
Rozmiar pliku 7.79 KB
Liczba instalacji 238
Aktualna Wersja 1
Ostatnia Aktualizacja 2019-04-24
Data Publikacji 2019-04-24
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Avi Klein
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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'"
}