GitHub +1
+1 GitHub issues/pull requests
What is GitHub +1?
GitHub +1 is a Chrome extension developed by artemave, and its main feature is "+1 GitHub issues/pull requests".
Extension Screenshots
Download GitHub +1 Extension CRX File
Download GitHub +1 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/
Extension Basic Information
Name | GitHub +1 |
ID | oiiklolboagjicidmggcoohmgkepdfan |
Official URL | https://chromewebstore.google.com/detail/github-+1/oiiklolboagjicidmggcoohmgkepdfan |
Description | +1 GitHub issues/pull requests |
File Size | 34.95 KB |
Installation Count | 58 |
Current Version | 0.8 |
Last Updated | 2015-03-21 |
Publish Date | 2015-03-21 |
Rating | 3.00/5 Total 3 Ratings |
Developer | artemave |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/artemave/github-plus-one |
Supported Languages | 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" ] } |