Github Pages Extension
Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.
Github Pages Extensionคืออะไร?
Github Pages Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jan.monschke และคุณลักษณะหลักของมันคือ "Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Github Pages Extension
ดาวน์โหลดไฟล์ส่วนขยาย Github Pages Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Github Pages Extension |
ID | abglkfedjobofmldleaiippfdmefooem |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/github-pages-extension/abglkfedjobofmldleaiippfdmefooem |
คำอธิบาย | Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set. |
ขนาดไฟล์ | 65.59 KB |
จำนวนการติดตั้ง | 28 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2013-01-18 |
วันที่เผยแพร่ | 2013-01-17 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | jan.monschke |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Pages Extension", "version": "1.0.1", "manifest_version": 2, "description": "Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.", "content_scripts": [ { "js": [ "jquery.js", "content.js" ], "matches": [ "http:\/\/github.com\/*", "https:\/\/github.com\/*" ] } ], "icons": { "48": "icon48.png", "128": "icon.png" } } |