Builds Tab for Github
Adds a builds tab to Github repos.
What is Builds Tab for Github?
Builds Tab for Github is a Chrome extension developed by duxet, and its main feature is "Adds a builds tab to Github repos.".
Extension Screenshots
Download Builds Tab for Github Extension CRX File
Download Builds Tab for Github 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
Adds a builds tab to Github repos.
Extension Basic Information
Name | Builds Tab for Github |
ID | jnmdkbflmkjehkkdbjdfpmhgdafpcdkh |
Official URL | https://chromewebstore.google.com/detail/builds-tab-for-github/jnmdkbflmkjehkkdbjdfpmhgdafpcdkh |
Description | Adds a builds tab to Github repos. |
File Size | 160 KB |
Installation Count | 269 |
Current Version | 0.1.1 |
Last Updated | 2017-05-08 |
Publish Date | 2017-05-08 |
Developer | duxet |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "short_name": "Builds Tab", "name": "Builds Tab for Github", "description": "Adds a builds tab to Github repos.", "version": "0.1.1", "author": "duxet", "developer": { "name": "duxet", "url": "https:\/\/github.com\/duxet\/builds-tab" }, "homepage_url": "https:\/\/github.com\/duxet\/builds-tab", "icons": { "48": "assets\/icon48.png", "96": "assets\/icon96.png" }, "content_scripts": [ { "matches": [ "*:\/\/github.com\/*" ], "js": [ "dist\/index.js" ] } ], "permissions": [ "https:\/\/api.travis-ci.org\/*" ] } |