shortcut to github1s

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

Apa itu shortcut to github1s?

shortcut to github1s adalah ekstensi Chrome yang dikembangkan oleh katsuhisa_, dan fitur utamanya adalah "Launch github1s with Ctrl(Win)/Command(Mac)+Shift+1.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi shortcut to github1s

Unduh file ekstensi shortcut to github1s dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama shortcut to github1s shortcut to github1s
ID gfcdbodapcbfckbfpmgeldfkkgjknceo
URL Resmi https://chromewebstore.google.com/detail/shortcut-to-github1s/gfcdbodapcbfckbfpmgeldfkkgjknceo
Deskripsi Launch github1s with Ctrl(Win)/Command(Mac)+Shift+1.
Ukuran File 13.38 KB
Jumlah Instalasi 164
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2021-04-29
Tanggal Publikasi 2021-02-16
Penilaian 5.00/5 Total 1 Penilaian
Pengembang katsuhisa_
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/katsuhisa91/github1s-shortcut/
Bahasa yang Didukung 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\/*"
    ]
}