GitHub Extended
Discover more repositories
GitHub Extendedคืออะไร?
GitHub Extended เป็นส่วนขยายของ Chrome ที่พัฒนาโดย onmyway133 และคุณลักษณะหลักของมันคือ "Discover more repositories"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GitHub Extended
ดาวน์โหลดไฟล์ส่วนขยาย GitHub Extended ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A Chrome extension to discover more repositories
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | doidfnmbfadacpcjkekkgofkmnkljnhi |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/github-extended/doidfnmbfadacpcjkekkgofkmnkljnhi |
คำอธิบาย | Discover more repositories |
ขนาดไฟล์ | 2.47 MB |
จำนวนการติดตั้ง | 323 |
เวอร์ชันปัจจุบัน | 1.5.0 |
อัปเดตครั้งล่าสุด | 2016-09-15 |
วันที่เผยแพร่ | 2016-09-15 |
คะแนน | 4.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | onmyway133 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.fantageek.com |
URL หน้าช่วยเหลือ | http://www.fantageek.com |
URL หน้านโยบายความเป็นส่วนตัว | http://www.fantageek.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.5.0", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/github.com\/*" ], "js": [ "scripts\/content.js", "scripts\/emoji.js", "scripts\/colors.js", "bower_components\/fetch\/fetch.js", "bower_components\/jquery\/dist\/jquery.min.js", "bower_components\/jquery-ui\/jquery-ui.min.js" ], "css": [ "bower_components\/jquery-ui\/themes\/smoothness\/jquery-ui.min.css" ] } ], "permissions": [ "https:\/\/github.com\/*" ] } |