Github Wiki LiveEdit
Adding live editing features into Github wiki.
Github Wiki LiveEditคืออะไร?
Github Wiki LiveEdit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yuya Hashimoto และคุณลักษณะหลักของมันคือ "Adding live editing features into Github wiki."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Github Wiki LiveEdit
ดาวน์โหลดไฟล์ส่วนขยาย Github Wiki LiveEdit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adding live editing features into Github wiki.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hlldlinpdlhfhbdihggmipnjgbaibfnc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/github-wiki-liveedit/hlldlinpdlhfhbdihggmipnjgbaibfnc |
คำอธิบาย | Adding live editing features into Github wiki. |
ขนาดไฟล์ | 12.37 KB |
จำนวนการติดตั้ง | 78 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2016-05-03 |
วันที่เผยแพร่ | 2016-05-03 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Yuya Hashimoto |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/yuya/github-wiki-live-edit |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Wiki LiveEdit", "description": "Adding live editing features into Github wiki.", "version": "1.0.3", "background": { "scripts": [ "js\/background.js" ] }, "page_action": { "default_icon": "img\/icon-19.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*\/wiki\/*\/_edit", "https:\/\/github.com\/*\/wiki\/_new" ], "css": [ "css\/style.css" ], "js": [ "js\/content_script.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "img\/icon-16.png", "19": "img\/icon-19.png", "38": "img\/[email protected]", "32": "img\/icon-32.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "web_accessible_resources": [ "img\/*.png", "img\/*.gif" ], "manifest_version": 2 } |