openSUSE User Agent

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

Co to jest openSUSE User Agent?

openSUSE User Agent to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Modifies your User-Agent string to contain the name of openSUSE Linux distribution.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia openSUSE User Agent

Pobierz pliki rozszerzeń openSUSE User Agent 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

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

Podstawowe informacje o rozszerzeniu

Nazwa openSUSE User Agent openSUSE User Agent
ID lbjggnkcefkdnpkmnmgfbmcojpfelhge
Oficjalny URL https://chromewebstore.google.com/detail/opensuse-user-agent/lbjggnkcefkdnpkmnmgfbmcojpfelhge
Opis Modifies your User-Agent string to contain the name of openSUSE Linux distribution.
Rozmiar pliku 88.22 KB
Liczba instalacji 401
Aktualna Wersja 0.0.0.1
Ostatnia Aktualizacja 2017-07-17
Data Publikacji 2017-07-17
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki 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"
}