openSUSE User Agent

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

Qu'est-ce que openSUSE User Agent ?

openSUSE User Agent est une extension Chrome développée par Unknown, et sa fonction principale est "Modifies your User-Agent string to contain the name of openSUSE Linux distribution.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension openSUSE User Agent

Téléchargez les fichiers d'extension openSUSE User Agent au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom openSUSE User Agent openSUSE User Agent
ID lbjggnkcefkdnpkmnmgfbmcojpfelhge
URL Officiel https://chromewebstore.google.com/detail/opensuse-user-agent/lbjggnkcefkdnpkmnmgfbmcojpfelhge
Description Modifies your User-Agent string to contain the name of openSUSE Linux distribution.
Taille du Fichier 88.22 KB
Nombre d'Installations 401
Version Actuelle 0.0.0.1
Dernière Mise à Jour 2017-07-17
Date de Publication 2017-07-17
Évaluation 5.00/5 Total 2 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
}