startpage
Overrides the browsers newtab page with a custom startpage.
什麼是startpage?
startpage是由etacarinaea開發的Chrome擴展程式,該擴展的主要功能是“Overrides the browsers newtab page with a custom startpage.”。
擴展截圖
下載startpage擴展crx文件
下載startpage擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Quickly access your favourite websites whenever you open a new tab Key Features: • Easy customisation using a built-in configuration menu • Keyboard controls • Customisable search function • Export/Import function to backup your config or to use the same one on multiple devices The page can be configured using simple css syntax. For example, colours can be defined using hex color codes (e.g. #ff0000), the size of the squares using a size in pixels (e.g. 200px).
擴展基本資訊
名稱 | startpage |
ID | odmjpppdiaenedpilgldapgbodindjak |
官方網址 | https://chromewebstore.google.com/detail/startpage/odmjpppdiaenedpilgldapgbodindjak |
簡介 | Overrides the browsers newtab page with a custom startpage. |
檔案大小 | 34.26 KB |
安裝次數 | 107 |
目前版本 | 1.11.1 |
更新時間 | 2020-06-21 |
上架時間 | 2020-06-21 |
評分 | 5.00/5 共 4 次評分 |
開發者 | etacarinaea |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/etacarinaea/startpage |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "startpage", "short_name": "startpage", "version": "1.11.1", "description": "Overrides the browsers newtab page with a custom startpage.", "author": "etacarinaea", "icons": { "48": "img\/icon48.png", "96": "img\/icon96.png", "128": "img\/icon128.png", "192": "img\/icon192.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "js\/browser-polyfill.js", "js\/update.js", "js\/update-config.js" ] }, "permissions": [ "storage" ] } |