shortcut to github1s
Launch github1s with Ctrl(Win)/Command(Mac)+Shift+1.
Cos'è shortcut to github1s?
shortcut to github1s è un'estensione di Chrome sviluppata da katsuhisa_, e la sua funzione principale è "Launch github1s with Ctrl(Win)/Command(Mac)+Shift+1.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione shortcut to github1s
Scarica i file di estensione shortcut to github1s in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        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.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | gfcdbodapcbfckbfpmgeldfkkgjknceo | 
| URL Ufficiale | https://chromewebstore.google.com/detail/shortcut-to-github1s/gfcdbodapcbfckbfpmgeldfkkgjknceo | 
| Descrizione | Launch github1s with Ctrl(Win)/Command(Mac)+Shift+1. | 
| Dimensione del File | 13.38 KB | 
| Conteggio Installazioni | 164 | 
| Versione Corrente | 1.2.0 | 
| Ultimo Aggiornamento | 2021-04-29 | 
| Data di Pubblicazione | 2021-02-16 | 
| Valutazione | 5.00/5 Totale 1 Valutazioni | 
| Sviluppatore | katsuhisa_ | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://github.com/katsuhisa91/github1s-shortcut/ | 
| Lingue Supportate | 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\/*"
    ]
}  |  |