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 |
官方網址 | 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" } ] } |