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
电子邮箱 [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"
    }
}