Mokuren for GitHub

Open GitHub Issues in the sidebar

Mokuren for GitHub क्या है?

Mokuren for GitHub chinp.lab द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open GitHub Issues in the sidebar"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mokuren for GitHub एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        GitHub users spend a lot of time organizing issues!
Why not use the sidebar to save a little time?

The time it takes to move from one issue to the next, tab to another... it's a small cost.
But over the course of a long day, it can add up to a huge cost.
With Mokuren, you can do exactly the same thing as before, without moving tabs or pages.

*Mokuren 2.0 is available now without a GitHub login!                    

एक्सटेंशन की मूल जानकारी

नाम Mokuren for GitHub Mokuren for GitHub
ID nikennffbfoadbajdgnhlngjahofhdef
आधिकारिक URL https://chrome.google.com/webstore/detail/mokuren-for-github/nikennffbfoadbajdgnhlngjahofhdef
विवरण Open GitHub Issues in the sidebar
फ़ाइल का आकार 1.37 MB
स्थापना संख्या 338
वर्तमान संस्करण 2.4.6
अंतिम अपडेट 2023-12-24
प्रकाशन तिथि 2021-05-31
रेटिंग 5.00/5 कुल 9 रेटिंग्स
डेवलपर chinp.lab
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.notion.so/0a0d9c8627c546aa85e5857ef1eaadcd
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "2.4.6",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "identity",
        "identity.email",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/github.com\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "run_at": "document_idle",
            "all_frames": false,
            "js": [
                "js\/content-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "js": [
                "js\/iframe-content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/*.png"
            ],
            "matches": [
                "https:\/\/github.com\/*"
            ]
        },
        {
            "resources": [
                "auth.html"
            ],
            "matches": [
                "https:\/\/github.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'https:\/\/*firebaseio.com' 'https:\/\/www.googleapis.com' 'https:\/\/ajax.googleapis.com' 'https:\/\/github.githubassets.com'; object-src' self'"
    },
    "commands": {
        "closeSidebar": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            },
            "description": "Close sidebar"
        }
    },
    "omnibox": {
        "keyword": "mo"
    }
}