openSUSE User Agent

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

Cos'è openSUSE User Agent?

openSUSE User Agent è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Modifies your User-Agent string to contain the name of openSUSE Linux distribution.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione openSUSE User Agent

Scarica i file di estensione openSUSE User Agent in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome openSUSE User Agent openSUSE User Agent
ID lbjggnkcefkdnpkmnmgfbmcojpfelhge
URL Ufficiale https://chromewebstore.google.com/detail/opensuse-user-agent/lbjggnkcefkdnpkmnmgfbmcojpfelhge
Descrizione Modifies your User-Agent string to contain the name of openSUSE Linux distribution.
Dimensione del File 88.22 KB
Conteggio Installazioni 401
Versione Corrente 0.0.0.1
Ultimo Aggiornamento 2017-07-17
Data di Pubblicazione 2017-07-17
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
}