Replace Linux with GNU/Linux

Put Richard in your web browser.

Replace Linux with GNU/Linuxとは何ですか?

Replace Linux with GNU/LinuxはAngristanによって開発されたChromeの拡張機能で、その主な機能は「Put Richard in your web browser.」です。

Replace Linux with GNU/Linux拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        A Chrome extension that replaces "Linux" with "GNU/Linux" on the web.                    

拡張機能の基本情報

名前 Replace Linux with GNU/Linux Replace Linux with GNU/Linux
ID hfpdfpigmhmbamkdacjkimgoipdmhlgm
公式URL https://chrome.google.com/webstore/detail/replace-linux-with-gnulin/hfpdfpigmhmbamkdacjkimgoipdmhlgm
説明 Put Richard in your web browser.
ファイルサイズ 4.35 KB
インストール数 27
現在のバージョン 1.0
最終更新日 2018-03-04
公開日 2018-03-04
評価 5.00/5 合計 2 レビュー
開発者 Angristan
支払い方法 free
拡張機能のウェブサイト https://github.com/Angristan/GNU-Linux
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Replace Linux with GNU\/Linux",
    "description": "Put Richard in your web browser.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}