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.
扩展基本信息
名称 | |
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" } ] } |