Github Fork Confirmation
Adds a confirmation dialog to the Github and Gist Fork button.
Github Fork Confirmation là gì?
Github Fork Confirmation là một tiện ích mở rộng Chrome được phát triển bởi Alex Pendleton, và tính năng chính của nó là "Adds a confirmation dialog to the Github and Gist Fork button.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Github Fork Confirmation
Tải xuống các tệp mở rộng Github Fork Confirmation dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Github Fork Confirmation |
ID | mofjdkidemhjconaodballcmpnaofeod |
URL Chính Thức | https://chromewebstore.google.com/detail/github-fork-confirmation/mofjdkidemhjconaodballcmpnaofeod |
Mô tả | Adds a confirmation dialog to the Github and Gist Fork button. |
Kích Thước Tệp | 17.08 KB |
Số Lần Cài Đặt | 125 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2015-08-26 |
Ngày Phát Hành | 2015-08-25 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Alex Pendleton |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/alexcpendleton/GithubForkConfirmation |
URL Trang Trợ Giúp | https://github.com/alexcpendleton/GithubForkConfirmation |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |