Home Shortcut

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

What is Home Shortcut?

Home Shortcut is a Chrome extension developed by https://mattw.life, and its main feature is "Adds a keyboard shortcut for going to a site's home page.".

Extension Screenshots

screenshot
screenshot

Download Home Shortcut Extension CRX File

Download Home Shortcut extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Home Shortcut Home Shortcut
ID jllalhdceooamgigoemedpmngiaghdkj
Official URL https://chromewebstore.google.com/detail/home-shortcut/jllalhdceooamgigoemedpmngiaghdkj
Description Adds a keyboard shortcut for going to a site's home page.
File Size 18.62 KB
Installation Count 121
Current Version 1.0.3
Last Updated 2022-05-24
Publish Date 2018-01-24
Developer https://mattw.life
Email [email protected]
Payment Type free
Extension Website http://mattw.life
Supported Languages 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"
    }
}