GitHub Pages
Add a link to the GitHub-Page of a GitHub repository
GitHub Pagesคืออะไร?
GitHub Pages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Marco Rieger และคุณลักษณะหลักของมันคือ "Add a link to the GitHub-Page of a GitHub repository"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GitHub Pages
ดาวน์โหลดไฟล์ส่วนขยาย GitHub Pages ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GitHub Pages |
ID | opeajkladelglljdblcjgkiclppcbkae |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/github-pages/opeajkladelglljdblcjgkiclppcbkae |
คำอธิบาย | Add a link to the GitHub-Page of a GitHub repository |
ขนาดไฟล์ | 7.93 KB |
จำนวนการติดตั้ง | 145 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2015-11-13 |
วันที่เผยแพร่ | 2015-11-13 |
ผู้พัฒนา | Marco Rieger |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/ins0/chrome-gh-pages |
URL หน้าช่วยเหลือ | https://github.com/ins0/chrome-gh-pages/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Pages", "version": "1.2.0", "manifest_version": 2, "description": "Add a link to the GitHub-Page of a GitHub repository", "homepage_url": "https:\/\/github.com\/ins0\/chrome-gh-pages", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "https:\/\/github.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "src\/gh-pages.js" ] } ] } |