openSUSE User Agent

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

Wat is openSUSE User Agent?

openSUSE User Agent is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Modifies your User-Agent string to contain the name of openSUSE Linux distribution.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie openSUSE User Agent

Download openSUSE User Agent-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam openSUSE User Agent openSUSE User Agent
ID lbjggnkcefkdnpkmnmgfbmcojpfelhge
Officiële URL https://chromewebstore.google.com/detail/opensuse-user-agent/lbjggnkcefkdnpkmnmgfbmcojpfelhge
Beschrijving Modifies your User-Agent string to contain the name of openSUSE Linux distribution.
Bestandsgrootte 88.22 KB
Aantal Installaties 401
Huidige Versie 0.0.0.1
Laatst Bijgewerkt 2017-07-17
Publicatiedatum 2017-07-17
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
}