Home Shortcut

Adds a keyboard shortcut for going to a site's home page.

Cos'è Home Shortcut?

Home Shortcut è un'estensione di Chrome sviluppata da https://mattw.life, e la sua funzione principale è "Adds a keyboard shortcut for going to a site's home page.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Home Shortcut

Scarica i file di estensione Home Shortcut 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

                        Tap home when at the top of a page to go to that site's home page. If you aren't at the top of the page, double tap.                    

Informazioni di Base sull'Estensione

Nome Home Shortcut Home Shortcut
ID jllalhdceooamgigoemedpmngiaghdkj
URL Ufficiale https://chromewebstore.google.com/detail/home-shortcut/jllalhdceooamgigoemedpmngiaghdkj
Descrizione Adds a keyboard shortcut for going to a site's home page.
Dimensione del File 18.62 KB
Conteggio Installazioni 121
Versione Corrente 1.0.3
Ultimo Aggiornamento 2022-05-24
Data di Pubblicazione 2018-01-24
Sviluppatore https://mattw.life
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://mattw.life
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Home Shortcut",
    "version": "1.0.3",
    "description": "Adds a keyboard shortcut for going to a site's home page.",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": [],
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}