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
电子邮箱 [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"
        }
    ]
}