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 |
公式URL | 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" } } |