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…”。
擴展截圖
下載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 |
ID | lldjhjmaljndmlnbomjcofanjalieahb |
官方網址 | 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" } } |