Quick add issue to GitHub

Open source browser extension/addon for adding issues to Github via a browser button.

Cos'è Quick add issue to GitHub?

Quick add issue to GitHub è un'estensione di Chrome sviluppata da Andrew Stilliard, e la sua funzione principale è "Open source browser extension/addon for adding issues to Github via a browser button.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Quick add issue to GitHub

Scarica i file di estensione Quick add issue to GitHub in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Faster submission to GitHub direct from your browser, with options to submit debug info too, issue templates & screenshots.
Submit GitHub issues on the fly from any website.
Send screenshots & debug data with your Github issues & submit them to your GitHub org projects.                    

Informazioni di Base sull'Estensione

Nome Quick add issue to GitHub Quick add issue to GitHub
ID mgamfhobfmlghohfjdiecjhddoigenkk
URL Ufficiale https://chromewebstore.google.com/detail/quick-add-issue-to-github/mgamfhobfmlghohfjdiecjhddoigenkk
Descrizione Open source browser extension/addon for adding issues to Github via a browser button.
Dimensione del File 1.08 MB
Conteggio Installazioni 54
Versione Corrente 1.5
Ultimo Aggiornamento 2023-01-05
Data di Pubblicazione 2019-08-22
Valutazione 3.33/5 Totale 3 Valutazioni
Sviluppatore Andrew Stilliard
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/stilliard/quick-add-github-issue-browser-extension
URL della Pagina di Aiuto https://github.com/stilliard/quick-add-github-issue-browser-extension
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quick add issue to GitHub",
    "description": "Open source browser extension\/addon for adding issues to Github via a browser button.",
    "version": "1.5",
    "action": {
        "browser_style": true,
        "default_icon": {
            "48": "images\/button-48.png",
            "96": "images\/button-96.png"
        },
        "default_popup": "popup\/app.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}