Homepage

A chrome extension which provides a nice customizable Homepage. Thanks to this extension you can directly access your shortcuts…

Homepageとは何ですか?

Homepageはaxel7083によって開発されたChromeの拡張機能で、その主な機能は「A chrome extension which provides a nice customizable Homepage. Thanks to this extension you can directly access your shortcuts…」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        A chrome extension which provides a nice customizable Homepage.
Thanks to this extension you can directly access your shortcuts easily using the Ctrl+Q command! 
You can customise your own page to get everything you want directly accessible, put shortcuts, to do list, label as you wish!                    

拡張機能の基本情報

名前 Homepage Homepage
ID lldjhjmaljndmlnbomjcofanjalieahb
公式URL https://chromewebstore.google.com/detail/homepage/lldjhjmaljndmlnbomjcofanjalieahb
説明 A chrome extension which provides a nice customizable Homepage. Thanks to this extension you can directly access your shortcuts…
ファイルサイズ 1.01 MB
インストール数 77
現在のバージョン 0.3
最終更新日 2021-04-17
公開日 2020-10-25
評価 5.00/5 合計 1 レビュー
開発者 axel7083
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/axel0070/Homepage
ヘルプページのURL https://github.com/axel0070/Homepage/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Homepage",
    "version": "0.3",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "app\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Options"
    },
    "options_page": "index.html",
    "web_accessible_resources": [
        "\/static\/css\/content.css",
        "\/static\/media\/*"
    ],
    "permissions": [
        "chrome:\/\/favicon\/",
        "https:\/\/i.olsh.me\/*",
        "https:\/\/api.github.com\/*",
        "storage",
        "history",
        "tabs"
    ],
    "commands": {
        "open": {
            "suggested_key": {
                "default": "Ctrl+Q"
            },
            "description": "Open HomePage"
        }
    },
    "icons": {
        "32": ".\/images\/homepage-32.png",
        "64": ".\/images\/homepage-64.png",
        "128": ".\/images\/homepage-128.png"
    }
}