Advanced Page Language Switcher

A browser language switching extention / plugin written and designed by Hlawuleka Maswanganyi

Co je Advanced Page Language Switcher?

Advanced Page Language Switcher je rozšíření Chrome vyvinuté Hlawuleka Maswanganyi, a jeho hlavní funkcí je „A browser language switching extention / plugin written and designed by Hlawuleka Maswanganyi“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Advanced Page Language Switcher

Stáhněte si soubory rozšíření Advanced Page Language Switcher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        A free browser language switching extension/plugin that's very simple to install and use, offers a very easy / intuitive way for adding and removing languages. Supports both bulk and single language deletion. Data is synchronized between Webextension's Storage and the native browser localStorage API (uses 'als-language' and 'als-languages' - for a JSON formatted object that shows the languages you've added for the selected group) as localstorage keys.                    

Základní Informace o Rozšíření

Název Advanced Page Language Switcher Advanced Page Language Switcher
ID mhgjlbolkmcookadjpolimbddngjgbol
Oficiální URL https://chromewebstore.google.com/detail/advanced-page-language-sw/mhgjlbolkmcookadjpolimbddngjgbol
Popis A browser language switching extention / plugin written and designed by Hlawuleka Maswanganyi
Velikost souboru 259 KB
Počet instalací 8,747
Aktuální Verze 1.2.5
Poslední Aktualizace 2024-02-19
Datum Vydání 2019-07-26
Hodnocení 2.78/5 Celkem 54 Hodnocení
Vývojář Hlawuleka Maswanganyi
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "author": "Hlawuleka Maswanganyi",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.gif",
        "default_popup": "popup.html",
        "default_title": "Advanced Page Language Switcher"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "A browser language switching extention \/ plugin written and designed by Hlawuleka Maswanganyi ",
    "icons": {
        "128": "iconBig.gif",
        "32": "icon.gif",
        "64": "iconBig.gif"
    },
    "manifest_version": 2,
    "name": "Advanced Page Language Switcher",
    "options_page": "popup.html",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "notifications",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.5",
    "web_accessible_resources": [
        "icon.gif"
    ]
}