Clean Tab
An minimalistic and customizable New Tab page that replaces Chrome's default.
什麼是Clean Tab?
Clean Tab是由Adam Howard開發的Chrome擴展程式,該擴展的主要功能是“An minimalistic and customizable New Tab page that replaces Chrome's default.”。
擴展截圖
下載Clean Tab擴展crx文件
下載Clean Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is a simple New Tab page that replaces the default one included with Chrome. It displays the time and date, and has a search bar that exclusively uses Google. There are also a few customization options, which are: - Custom image backgrounds from a URL - Solid color background by picking a custom color - Remove the time and date - Hide the background behind the search bar This extension is still new and under development, so if you have any feature requests or find anything you'd like me to update let me know!
擴展基本資訊
名稱 | |
ID | lpmoaemacdlgeegfpnalfmeekbfbpfga |
官方網址 | https://chromewebstore.google.com/detail/clean-tab/lpmoaemacdlgeegfpnalfmeekbfbpfga |
簡介 | An minimalistic and customizable New Tab page that replaces Chrome's default. |
檔案大小 | 18.07 KB |
安裝次數 | 199 |
目前版本 | 0.7 |
更新時間 | 2017-02-19 |
上架時間 | 2017-02-19 |
評分 | 4.75/5 共 4 次評分 |
開發者 | Adam Howard |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://goo.gl/8Bb8wI |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clean Tab", "short_name": "Clean Tab", "description": "An minimalistic and customizable New Tab page that replaces Chrome's default.", "version": "0.7", "manifest_version": 2, "permissions": [ "storage" ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "chrome_url_overrides": { "newtab": "cleantab.html" } } |