buildo's GitHub workflow extension

Adds useful features for the GitHub UI: Highlights: - Add preview button in pull requests - Add subissue button - Add inline…

Wat is buildo's GitHub workflow extension?

buildo's GitHub workflow extension is een Chrome-extensie ontwikkeld door gabriele, en de belangrijkste functie is "Adds useful features for the GitHub UI: Highlights: - Add preview button in pull requests - Add subissue button - Add inline…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie buildo's GitHub workflow extension

Download buildo's GitHub workflow extension-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 useful features for the GitHub UI:

Highlights:
- Add preview button in pull requests
- Add subissue button
- Add inline preview of issue description in pull requests                    

Basisinformatie over de Extensie

Naam buildo's GitHub workflow extension buildo's GitHub workflow extension
ID chkjadbenkogbdkdjeckjfbbnjpmbelm
Officiële URL https://chromewebstore.google.com/detail/buildos-github-workflow-e/chkjadbenkogbdkdjeckjfbbnjpmbelm
Beschrijving Adds useful features for the GitHub UI: Highlights: - Add preview button in pull requests - Add subissue button - Add inline…
Bestandsgrootte 227 KB
Aantal Installaties 29
Huidige Versie 1.15.8
Laatst Bijgewerkt 2021-01-31
Publicatiedatum 2020-05-11
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar gabriele
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://buildo.io
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "buildo's GitHub workflow extension",
    "version": "1.15.8",
    "background": {
        "scripts": [
            "background\/background.bundle.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "css": [
                ".\/plugin.css"
            ],
            "js": [
                ".\/plugin\/plugin.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "https:\/\/github.com\/*"
    ]
}