open modal github projects issue

open modal github projects issue

What is open modal github projects issue?

open modal github projects issue is a Chrome extension developed by katsuyan121, and its main feature is "open modal github projects issue".

Extension Screenshots

screenshot

Download open modal github projects issue Extension CRX File

Download open modal github projects issue 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

                        open github projects issue in modal.                    

Extension Basic Information

Name open modal github projects issue open modal github projects issue
ID epnkdndkebiemmlilflelekhipnienpi
Official URL https://chrome.google.com/webstore/detail/open-modal-github-project/epnkdndkebiemmlilflelekhipnienpi
Description open modal github projects issue
File Size 41.46 KB
Installation Count 29
Current Version 1.2.0
Last Updated 2018-04-08
Publish Date 2018-04-08
Developer katsuyan121
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "open modal github projects issue",
    "manifest_version": 2,
    "version": "1.2.0",
    "description": "open modal github projects issue",
    "browser_action": {
        "default_title": "open modal github projects issue",
        "default_popup": "index.html"
    },
    "permissions": [
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*\/projects\/*"
            ],
            "css": [
                "lib\/css\/colorbox.css",
                "content_script.css"
            ],
            "js": [
                "lib\/js\/jquery-3.3.1.min.js",
                "lib\/js\/jquery.colorbox-min.js",
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}