Quick New Tab
Customize your Chrome New Tab page without breaking the UX.
什麼是Quick New Tab?
Quick New Tab是由rmnoon開發的Chrome擴展程式,該擴展的主要功能是“Customize your Chrome New Tab page without breaking the UX.”。
擴展截圖
下載Quick New Tab擴展crx文件
下載Quick New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A Chrome extension to customize your "New Tab" page without breaking the user experience (the URL bar will still have keyboard focus). Improve your productivity by replacing your favorite (and likely most distracting) websites with some other site (e.g. your todo list app).
擴展基本資訊
名稱 | Quick New Tab |
ID | nfmnfkpjdcgodkcdjhhgfefpjbcnkfhi |
官方網址 | https://chromewebstore.google.com/detail/quick-new-tab/nfmnfkpjdcgodkcdjhhgfefpjbcnkfhi |
簡介 | Customize your Chrome New Tab page without breaking the UX. |
檔案大小 | 663 KB |
安裝次數 | 348 |
目前版本 | 1.0.4 |
更新時間 | 2023-09-28 |
上架時間 | 2020-03-28 |
評分 | 5.00/5 共 6 次評分 |
開發者 | rmnoon |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/rmnoon/quick-new-tab |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick New Tab", "version": "1.0.4", "short_name": "QuickNewTab", "description": "Customize your Chrome New Tab page without breaking the UX.", "icons": { "24": "icon_24.png", "32": "icon_32.png", "64": "icon_64.png", "128": "icon_128.png", "512": "icon_512.png" }, "homepage_url": "https:\/\/github.com\/rmnoon\/quick-new-tab", "chrome_url_overrides": { "newtab": "newtab.html" }, "options_page": "options.html" } |