Quick add issue to GitHub

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

What is Quick add issue to GitHub?

Quick add issue to GitHub is a Chrome extension developed by Andrew Stilliard, and its main feature is "Open source browser extension/addon for adding issues to Github via a browser button.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Quick add issue to GitHub Extension CRX File

Download Quick add issue to 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

                        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.                    

Extension Basic Information

Name Quick add issue to GitHub Quick add issue to GitHub
ID mgamfhobfmlghohfjdiecjhddoigenkk
Official URL https://chromewebstore.google.com/detail/quick-add-issue-to-github/mgamfhobfmlghohfjdiecjhddoigenkk
Description Open source browser extension/addon for adding issues to Github via a browser button.
File Size 1.08 MB
Installation Count 54
Current Version 1.5
Last Updated 2023-01-05
Publish Date 2019-08-22
Rating 3.33/5 Total 3 Ratings
Developer Andrew Stilliard
Email [email protected]
Payment Type free
Extension Website https://github.com/stilliard/quick-add-github-issue-browser-extension
Help Page URL https://github.com/stilliard/quick-add-github-issue-browser-extension
Supported Languages 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": [
        "*:\/\/*\/*"
    ]
}