Linux To GNU Plus Linux

Replaces the text 'linux' with 'GNU Plus Linux'.

Linux To GNU Plus Linuxとは何ですか?

Linux To GNU Plus LinuxはRyanteckによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'linux' with 'GNU Plus Linux'.」です。

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

screenshot
screenshot

Linux To GNU Plus Linux拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This add-on replaces all instances of "Linux" with "GNU Plus Linux", allowing you to fully embrace the meme of "It's actually GNU Plus Linux" to it's fullest.

A clone of the Cloud To Butt Plugin it simply changes Linux to GNU Plus Linux.

Weather it's Linus Sebastian moaning about GNU Plus Linux, or Linus Torvolds saying Fsck You Nvidia for not supporting GNU Plus Linux.

This add-on will be sure to give you a laugh.                    

拡張機能の基本情報

名前 Linux To GNU Plus Linux Linux To GNU Plus Linux
ID omeepfgdlegjlladiknpdjjihddpajkp
公式URL https://chromewebstore.google.com/detail/linux-to-gnu-plus-linux/omeepfgdlegjlladiknpdjjihddpajkp
説明 Replaces the text 'linux' with 'GNU Plus Linux'.
ファイルサイズ 3.46 KB
インストール数 223
現在のバージョン 1.2
最終更新日 2021-11-29
公開日 2021-11-28
開発者 Ryanteck
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/ryanteck/linux-to-gnulinux
プライバシーポリシーページのURL https://ryanteck.uk/chrome-dev-tools-privacy-policy
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Linux To GNU Plus Linux",
    "version": "1.2",
    "description": "Replaces the text 'linux' with 'GNU Plus Linux'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}