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 |
官方URL | 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" ] } |