GitHub +1
+1 GitHub issues/pull requests
什麼是GitHub +1?
GitHub +1是由artemave開發的Chrome擴展程式,該擴展的主要功能是“+1 GitHub issues/pull requests”。
擴展截圖
下載GitHub +1擴展crx文件
下載GitHub +1擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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/
擴展基本資訊
名稱 | GitHub +1 |
ID | oiiklolboagjicidmggcoohmgkepdfan |
官方網址 | https://chromewebstore.google.com/detail/github-+1/oiiklolboagjicidmggcoohmgkepdfan |
簡介 | +1 GitHub issues/pull requests |
檔案大小 | 34.95 KB |
安裝次數 | 58 |
目前版本 | 0.8 |
更新時間 | 2015-03-21 |
上架時間 | 2015-03-21 |
評分 | 3.00/5 共 3 次評分 |
開發者 | artemave |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/artemave/github-plus-one |
支援的語言 | 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" ] } |