tab: a startpage
Minimal, customizable, command line startpage
什麼是tab: a startpage?
tab: a startpage是由Kory Schneider開發的Chrome擴展程式,該擴展的主要功能是“Minimal, customizable, command line startpage”。
擴展截圖
下載tab: a startpage擴展crx文件
下載tab: a startpage擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Instructions, examples and source code @ github.com/KorySchneider/tab 擴展基本資訊
| 名稱 | |
| ID | gedoejjmdjalipopahiffdghibcodjcj |
| 官方網址 | https://chromewebstore.google.com/detail/tab-a-startpage/gedoejjmdjalipopahiffdghibcodjcj |
| 簡介 | Minimal, customizable, command line startpage |
| 檔案大小 | 5.29 KB |
| 安裝次數 | 83 |
| 目前版本 | 1.0.8 |
| 更新時間 | 2020-03-22 |
| 上架時間 | 2020-03-22 |
| 評分 | 4.83/5 共 6 次評分 |
| 開發者 | Kory Schneider |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.github.com/koryschneider/tab |
| 說明頁面URL | https://www.github.com/koryschneider/tab/issues/new |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "tab: a startpage",
"description": "Minimal, customizable, command line startpage",
"version": "1.0.8",
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "redirect.html"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
} | |