openSUSE User Agent

Modifies your User-Agent string to contain the name of openSUSE Linux distribution.

Co je openSUSE User Agent?

openSUSE User Agent je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Modifies your User-Agent string to contain the name of openSUSE Linux distribution.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření openSUSE User Agent

Stáhněte si soubory rozšíření openSUSE User Agent 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í

                        Modifies user agent for Linux users to include the distribution name of openSUSE.  Based on similar extensions available for Fedora and Debian Linux.                    

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

Název openSUSE User Agent openSUSE User Agent
ID lbjggnkcefkdnpkmnmgfbmcojpfelhge
Oficiální URL https://chromewebstore.google.com/detail/opensuse-user-agent/lbjggnkcefkdnpkmnmgfbmcojpfelhge
Popis Modifies your User-Agent string to contain the name of openSUSE Linux distribution.
Velikost souboru 88.22 KB
Počet instalací 401
Aktuální Verze 0.0.0.1
Poslední Aktualizace 2017-07-17
Datum Vydání 2017-07-17
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Unknown
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "author": "Scott Irvin, [email protected]",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Modifies your User-Agent string to contain the name of openSUSE Linux distribution.",
    "icons": {
        "1024": "opensuse_1024.png",
        "128": "opensuse_128.png",
        "48": "opensuse_48.png"
    },
    "manifest_version": 2,
    "name": "openSUSE User Agent",
    "short_name": "SUSEagent",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.0.1"
}