Github 百宝箱
Github 加速,Github 加速,Github 代码在线看,Github 1s,Octotree, VS Code 打开
Github 百宝箱คืออะไร?
Github 百宝箱 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Derek และคุณลักษณะหลักของมันคือ "Github 加速,Github 加速,Github 代码在线看,Github 1s,Octotree, VS Code 打开"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Github 百宝箱
ดาวน์โหลดไฟล์ส่วนขยาย Github 百宝箱 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Github 加速,快速查看 Github 源码,快速使用 VS Code 在线打开 Github 查看源码。
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Github 百宝箱 |
ID | pbggmlghklngacbdkdjcebaaglkcokhp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/github-%E7%99%BE%E5%AE%9D%E7%AE%B1/pbggmlghklngacbdkdjcebaaglkcokhp |
คำอธิบาย | Github 加速,Github 加速,Github 代码在线看,Github 1s,Octotree, VS Code 打开 |
ขนาดไฟล์ | 41.2 KB |
จำนวนการติดตั้ง | 7,000 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2023-07-31 |
วันที่เผยแพร่ | 2020-08-23 |
คะแนน | 2.88/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Derek |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/codedrinker/github-booster |
ภาษาที่รองรับ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github \u767e\u5b9d\u7bb1", "description": "Github \u52a0\u901f,Github \u52a0\u901f,Github \u4ee3\u7801\u5728\u7ebf\u770b,Github 1s,Octotree, VS Code \u6253\u5f00", "version": "1.0.4", "permissions": [ "contextMenus", "tabs", "activeTab" ], "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "content_scripts": [ { "js": [ "jquery.min.js", "github-booster.js" ], "matches": [ "https:\/\/github.com\/*", "https:\/\/github.com.cnpmjs.org\/*" ] } ], "icons": { "128": "github-booster.png" }, "browser_action": { "default_icon": "github-booster.png", "default_title": "Github \u767e\u5b9d\u7bb1" } } |