Replace Linux with GNU/Linux
Put Richard in your web browser.
Replace Linux with GNU/Linuxคืออะไร?
Replace Linux with GNU/Linux เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Angristan และคุณลักษณะหลักของมันคือ "Put Richard in your web browser."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Replace Linux with GNU/Linux
ดาวน์โหลดไฟล์ส่วนขยาย 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" } ] } |