GitHub +1
+1 GitHub issues/pull requests
GitHub +1 là gì?
GitHub +1 là một tiện ích mở rộng Chrome được phát triển bởi artemave, và tính năng chính của nó là "+1 GitHub issues/pull requests".
Ả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 +1
Tải xuống các tệp mở rộng GitHub +1 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
Know this: button looks MUCH better than on the screenshot. GitHub has issues. Some are worse than others. But you can't really tell. Except now you can! Simply install this awesome extension and go ruthlessly upvote issues (and pull requests) and make the world a better place. Button style shamelessly taken from http://code.divshot.com/geo-bootstrap/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GitHub +1 |
ID | oiiklolboagjicidmggcoohmgkepdfan |
URL Chính Thức | https://chromewebstore.google.com/detail/github-+1/oiiklolboagjicidmggcoohmgkepdfan |
Mô tả | +1 GitHub issues/pull requests |
Kích Thước Tệp | 34.95 KB |
Số Lần Cài Đặt | 58 |
Phiên Bản Hiện Tại | 0.8 |
Cập Nhật Lần Cuối | 2015-03-21 |
Ngày Phát Hành | 2015-03-21 |
Đánh Giá | 3.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | artemave |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/artemave/github-plus-one |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub +1", "manifest_version": 2, "version": "0.8", "description": "+1 GitHub issues\/pull requests", "icons": { "16": "github_g16.png", "48": "github_g48.png", "128": "github_g128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "zepto.min.js", "zepto-extras.js", "contentscript.js" ] } ], "web_accessible_resources": [ "rainbow.gif" ] } |