Solid New Tab
Customizable new tab page with focus on utility
什麼是Solid New Tab?
Solid New Tab是由matus.benko開發的Chrome擴展程式,該擴展的主要功能是“Customizable new tab page with focus on utility”。
擴展截圖
下載Solid New Tab擴展crx文件
下載Solid New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Page shows links organized into the columns. Each link has an icon which is manually chosen from the set of free fontawesome icons. Links are fully customizable through simple settings editor on the options page. It is possible to create multiple environments with different set of links and appearance settings. For the power users the extension also provides keyboard support which is compatible with Vimium extension. In case of issues or feature suggestions please list an issue at https://gitlab.com/matus.benko/solid-new-tab
擴展基本資訊
名稱 | Solid New Tab |
ID | fillnkhhkimbilnofnpjlnfkahbkabld |
官方網址 | https://chromewebstore.google.com/detail/solid-new-tab/fillnkhhkimbilnofnpjlnfkahbkabld |
簡介 | Customizable new tab page with focus on utility |
檔案大小 | 2.09 MB |
安裝次數 | 79 |
目前版本 | 1.1 |
更新時間 | 2020-04-05 |
上架時間 | 2020-04-05 |
評分 | 5.00/5 共 5 次評分 |
開發者 | matus.benko |
付費類型 | free |
擴展官網 | https://gitlab.com/matus.benko/solid-new-tab |
說明頁面URL | https://gitlab.com/matus.benko/solid-new-tab |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Solid New Tab", "description": "Customizable new tab page with focus on utility", "permissions": [ "storage" ], "version": "1.1", "options_page": "options.html", "chrome_url_overrides": { "newtab": "index.html#newTab" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |