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
官方網址 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
電子郵箱 [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"
        }
    ]
}