openSUSE User Agent

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

openSUSE User Agentとは何ですか?

openSUSE User AgentはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Modifies your User-Agent string to contain the name of openSUSE Linux distribution.」です。

拡張機能のスクリーンショット

screenshot

openSUSE User Agent拡張機能のCRXファイルをダウンロード

openSUSE User Agent拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 openSUSE User Agent openSUSE User Agent
ID lbjggnkcefkdnpkmnmgfbmcojpfelhge
公式URL https://chromewebstore.google.com/detail/opensuse-user-agent/lbjggnkcefkdnpkmnmgfbmcojpfelhge
説明 Modifies your User-Agent string to contain the name of openSUSE Linux distribution.
ファイルサイズ 88.22 KB
インストール数 401
現在のバージョン 0.0.0.1
最終更新日 2017-07-17
公開日 2017-07-17
評価 5.00/5 合計 2 レビュー
開発者 Unknown
支払い方法 free
対応言語 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"
}