Random Colored New Tab
When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.
什麼是Random Colored New Tab?
Random Colored New Tab是由Anacron開發的Chrome擴展程式,該擴展的主要功能是“When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.”。
擴展截圖
下載Random Colored New Tab擴展crx文件
下載Random Colored New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The name says it all! When installed and enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the default look and feel. The extension is fairly simple and does not access any personal data or cookies on your browser.
擴展基本資訊
名稱 | Random Colored New Tab |
ID | kponglbcecpfdmcggikbhomhfgmjlolh |
官方網址 | https://chromewebstore.google.com/detail/random-colored-new-tab/kponglbcecpfdmcggikbhomhfgmjlolh |
簡介 | When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults. |
檔案大小 | 104 KB |
安裝次數 | 404 |
目前版本 | 1.6 |
更新時間 | 2012-09-11 |
上架時間 | 2012-09-11 |
評分 | 2.33/5 共 15 次評分 |
開發者 | Anacron |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Random Colored New Tab", "version": "1.6", "manifest_version": 2, "description": "When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.", "chrome_url_overrides": { "newtab": "random_new_page.html" }, "icons": { "32": "icon_32.png", "64": "icon_64.png", "128": "icon_128.png" } } |