Builds Tab for Github
Adds a builds tab to Github repos.
Wat is Builds Tab for Github?
Builds Tab for Github is een Chrome-extensie ontwikkeld door duxet, en de belangrijkste functie is "Adds a builds tab to Github repos.".
Extensie Screenshots
Download het CRX-bestand van de extensie Builds Tab for Github
Download Builds Tab for Github-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        Adds a builds tab to Github repos.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | jnmdkbflmkjehkkdbjdfpmhgdafpcdkh | 
| Officiële URL | https://chromewebstore.google.com/detail/builds-tab-for-github/jnmdkbflmkjehkkdbjdfpmhgdafpcdkh | 
| Beschrijving | Adds a builds tab to Github repos. | 
| Bestandsgrootte | 160 KB | 
| Aantal Installaties | 269 | 
| Huidige Versie | 0.1.1 | 
| Laatst Bijgewerkt | 2017-05-08 | 
| Publicatiedatum | 2017-05-08 | 
| Ontwikkelaar | duxet | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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\/*"
    ]
}  |  |