shortcut to github1s

Launch github1s with Ctrl(Win)/Command(Mac)+Shift+1.

shortcut to github1s क्या है?

shortcut to github1s katsuhisa_ द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Launch github1s with Ctrl(Win)/Command(Mac)+Shift+1."।

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

screenshot
screenshot
screenshot

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

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

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

                        Based on https://github.com/conwnet/github1s. Thank you!

## About github1s
> Just add 1s after github and press Enter in browser address bar for any repository you want to read.                    

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

नाम shortcut to github1s shortcut to github1s
ID gfcdbodapcbfckbfpmgeldfkkgjknceo
आधिकारिक URL https://chromewebstore.google.com/detail/shortcut-to-github1s/gfcdbodapcbfckbfpmgeldfkkgjknceo
विवरण Launch github1s with Ctrl(Win)/Command(Mac)+Shift+1.
फ़ाइल का आकार 13.38 KB
स्थापना संख्या 164
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2021-04-29
प्रकाशन तिथि 2021-02-16
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर katsuhisa_
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/katsuhisa91/github1s-shortcut/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "shortcut to github1s",
    "version": "1.2.0",
    "manifest_version": 3,
    "description": "Launch github1s with Ctrl(Win)\/Command(Mac)+Shift+1.",
    "icons": {
        "16": "resources\/quick_github1s.ico",
        "48": "resources\/quick_github1s.ico",
        "128": "resources\/quick_github1s.ico"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "resources\/quick_github1s.ico",
        "default_title": "shortcut to github1s"
    },
    "commands": {
        "quickLaunch": {
            "suggested_key": {
                "default": "Ctrl+Shift+1"
            },
            "global": true,
            "description": "Launch github1s"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/github.com\/*",
        "https:\/\/github1s.com\/*"
    ]
}