Github Fork Confirmation
Adds a confirmation dialog to the Github and Gist Fork button.
Github Fork Confirmationคืออะไร?
Github Fork Confirmation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alex Pendleton และคุณลักษณะหลักของมันคือ "Adds a confirmation dialog to the Github and Gist Fork button."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Github Fork Confirmation
ดาวน์โหลดไฟล์ส่วนขยาย Github Fork Confirmation ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you always accidentally forking repositories? I know I am. This Chrome Extension (or User Script!) will help. It adds a confirm dialog to the Fork button on Github repositories and Gists. The source code is available on Github. https://github.com/alexcpendleton/GithubForkConfirmation Updated! August 25, 2015: v1.0.1 - Fixed to accommodate new Github HTML. Sorry for the inconvenience.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Github Fork Confirmation |
ID | mofjdkidemhjconaodballcmpnaofeod |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/github-fork-confirmation/mofjdkidemhjconaodballcmpnaofeod |
คำอธิบาย | Adds a confirmation dialog to the Github and Gist Fork button. |
ขนาดไฟล์ | 17.08 KB |
จำนวนการติดตั้ง | 125 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2015-08-26 |
วันที่เผยแพร่ | 2015-08-25 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Alex Pendleton |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/alexcpendleton/GithubForkConfirmation |
URL หน้าช่วยเหลือ | https://github.com/alexcpendleton/GithubForkConfirmation |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Fork Confirmation", "version": "1.0.1", "manifest_version": 2, "description": "Adds a confirmation dialog to the Github and Gist Fork button.", "homepage_url": "https:\/\/github.com\/alexcpendleton\/GithubForkConfirmation", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "https:\/\/github.com\/*", "https:\/\/gist.github.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/github.com\/*", "https:\/\/gist.github.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |