Github file download
Add a download button for Github and gist
Github file downloadคืออะไร?
Github file download เป็นส่วนขยายของ Chrome ที่พัฒนาโดย litefeel และคุณลักษณะหลักของมันคือ "Add a download button for Github and gist"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Github file download
ดาวน์โหลดไฟล์ส่วนขยาย Github file download ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Add a download button for Github and gist
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Github file download |
ID | mmpjhbgoanojaigomkmoppeogccmjhko |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/github-file-download/mmpjhbgoanojaigomkmoppeogccmjhko |
คำอธิบาย | Add a download button for Github and gist |
ขนาดไฟล์ | 50.94 KB |
จำนวนการติดตั้ง | 387 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2015-11-20 |
วันที่เผยแพร่ | 2015-11-20 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | litefeel |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/lite3/github-file-download |
URL หน้าช่วยเหลือ | https://github.com/lite3/github-file-download |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Github file download", "description": "Add a download button for Github and gist", "version": "1.5", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "tabs", "https:\/\/github.com\/", "https:\/\/gist.github.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/github.com\/*", "https:\/\/gist.github.com\/*" ], "js": [ "jquery.min.js", "download-button.js" ], "css": [ "style.css" ], "run_at": "document_end" } ], "offline_enabled": true, "homepage_url": "https:\/\/github.com\/lite3\/github-file-download\/" } |