Revolution New Tab
Replaces the default new tab page with a better one.
什麼是Revolution New Tab?
Revolution New Tab是由Revolution New Tab開發的Chrome擴展程式,該擴展的主要功能是“Replaces the default new tab page with a better one.”。
擴展截圖
下載Revolution New Tab擴展crx文件
下載Revolution New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Replaces the default new tab page with a more customisable one. Change links, icons, colours, background images and widgets. CHANGELOG Version 1.01 - Improved load times from ~350ms to ~150ms - Fixed occasional on-off switch rendering bugs - Empty icons on default page are now hidden - Removed some animations to improve performance Version 1.1 - Added option for transparent icons - Flatter design - Removed weather funtionality until a more reliable alternative is available - Replaced weather funtionality with time and date, once weather is re-added, will add a toggle - Added stopwatch (can be switched with time and date) Version 1.11 - Switched from incrementing timing to delta timing to make it more reliable Version 1.12 - Minor style changes
擴展基本資訊
名稱 | Revolution New Tab |
ID | nonfgobbbcffenfbkdgnafikbadicaan |
官方網址 | https://chromewebstore.google.com/detail/revolution-new-tab/nonfgobbbcffenfbkdgnafikbadicaan |
簡介 | Replaces the default new tab page with a better one. |
檔案大小 | 896 KB |
安裝次數 | 150 |
目前版本 | 1.12 |
更新時間 | 2017-11-27 |
上架時間 | 2017-11-27 |
評分 | 4.88/5 共 8 次評分 |
開發者 | Revolution New Tab |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Revolution New Tab", "description": "Replaces the default new tab page with a better one.", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "version": "1.12", "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "css\/img\/icon16.png", "32": "css\/img\/icon32.png", "48": "css\/img\/icon48.png" } } |