Home Shortcut

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

Home Shortcutとは何ですか?

Home Shortcutはhttps://mattw.lifeによって開発されたChromeの拡張機能で、その主な機能は「Adds a keyboard shortcut for going to a site's home page.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Home Shortcut拡張機能のCRXファイルをダウンロード

Home Shortcut拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Home Shortcut Home Shortcut
ID jllalhdceooamgigoemedpmngiaghdkj
公式URL https://chromewebstore.google.com/detail/home-shortcut/jllalhdceooamgigoemedpmngiaghdkj
説明 Adds a keyboard shortcut for going to a site's home page.
ファイルサイズ 18.62 KB
インストール数 121
現在のバージョン 1.0.3
最終更新日 2022-05-24
公開日 2018-01-24
開発者 https://mattw.life
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://mattw.life
対応言語 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"
    }
}