shortcut to github1s

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

Co to jest shortcut to github1s?

shortcut to github1s to rozszerzenie Chrome opracowane przez katsuhisa_, a jego główną funkcją jest „Launch github1s with Ctrl(Win)/Command(Mac)+Shift+1.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia shortcut to github1s

Pobierz pliki rozszerzeń shortcut to github1s w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa shortcut to github1s shortcut to github1s
ID gfcdbodapcbfckbfpmgeldfkkgjknceo
Oficjalny URL https://chromewebstore.google.com/detail/shortcut-to-github1s/gfcdbodapcbfckbfpmgeldfkkgjknceo
Opis Launch github1s with Ctrl(Win)/Command(Mac)+Shift+1.
Rozmiar pliku 13.38 KB
Liczba instalacji 164
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2021-04-29
Data Publikacji 2021-02-16
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper katsuhisa_
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/katsuhisa91/github1s-shortcut/
Obsługiwane Języki 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\/*"
    ]
}