Minimal New Tab
newtab
什麼是Minimal New Tab?
Minimal New Tab是由downthecrop開發的Chrome擴展程式,該擴展的主要功能是“newtab”。
擴展截圖
下載Minimal New Tab擴展crx文件
下載Minimal New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Minimal New Tab - Remove Google Doodles while retaining the stock aesthetic.
All in one drop in replacement for the Chrome new tab.
I really don't like google doodles on my newtab pages. Unfortunatly due to some chrome premission settings the chrome://newtab page is unable to be hooked. And thus we can't just block doodle requests.
Features
- No Google Doodles
- No "Helpful tips"
- True Dark Theme
- Chrome Top Sites
- Custom Top Sites
- Search Bar with Suggestions
- No configuration required
- Fast!
Logo by By Danil Polshin, RU 擴展基本資訊
| 名稱 | |
| ID | afnmoecpnepccekbinlapeolhgdgjclm |
| 官方網址 | https://chromewebstore.google.com/detail/minimal-new-tab/afnmoecpnepccekbinlapeolhgdgjclm |
| 簡介 | newtab |
| 檔案大小 | 220 KB |
| 安裝次數 | 200 |
| 目前版本 | 1.7 |
| 更新時間 | 2023-09-20 |
| 上架時間 | 2021-04-26 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | downthecrop |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/downthecrop/minimal-new-tab |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Minimal New Tab",
"version": "1.7",
"description": "newtab",
"action": {
"default_popup": "index.html"
},
"permissions": [
"activeTab",
"topSites"
],
"host_permissions": [
"*:\/\/suggestqueries.google.com\/complete\/*",
"https:\/\/t2.gstatic.com\/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=*"
],
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |