5 minute fork
Adds a button to GitHub pages so with one click you can view the files of the repo hosted on the web by 5minfork.com
5 minute forkคืออะไร?
5 minute fork เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Remy Sharp / Left Logic และคุณลักษณะหลักของมันคือ "Adds a button to GitHub pages so with one click you can view the files of the repo hosted on the web by 5minfork.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 5 minute fork
ดาวน์โหลดไฟล์ส่วนขยาย 5 minute fork ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
5 minute fork creates a temporary clone of a github repo when the repo owner hasn't hosted their demo. This extension adds a '5 minute fork' button to github repos to quickly and easily clone. As explained on HackerNews: "If a github repo has an index.html file and you click on it, github will show you the source instead of the webpage. 5minfork shows you the webpage so that you can have an idea of what the repo is about."
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 5 minute fork |
ID | idfhgkibldeniiijlnenfhlilhbifbff |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/5-minute-fork/idfhgkibldeniiijlnenfhlilhbifbff |
คำอธิบาย | Adds a button to GitHub pages so with one click you can view the files of the repo hosted on the web by 5minfork.com |
ขนาดไฟล์ | 95.7 KB |
จำนวนการติดตั้ง | 42 |
เวอร์ชันปัจจุบัน | 1.0.17 |
อัปเดตครั้งล่าสุด | 2015-06-29 |
วันที่เผยแพร่ | 2015-06-29 |
คะแนน | 4.20/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Remy Sharp / Left Logic |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://5minfork.com |
URL หน้านโยบายความเป็นส่วนตัว | https://leftlogic.com/privacy/extensions |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "5 minute fork", "version": "1.0.17", "manifest_version": 2, "homepage_url": "http:\/\/5minfork.com", "description": "Adds a button to GitHub pages so with one click you can view the files of the repo hosted on the web by 5minfork.com", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "js": [ "inpage.js" ], "matches": [ "http:\/\/*.github.com\/*", "https:\/\/*.github.com\/*" ], "run_at": "document_end" } ] } |