Multi Color New Tab
A Multi Color Palette With Every New Tab.
Multi Color New Tabとは何ですか?
Multi Color New TabはLocksley Ltdによって開発されたChromeの拡張機能で、その主な機能は「A Multi Color Palette With Every New Tab.」です。
拡張機能のスクリーンショット
Multi Color New Tab拡張機能のCRXファイルをダウンロード
Multi Color New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Multi Color New Tab fills your new tabs with amazing color palette backgrounds, randomly selecting a palette each time you open a new tab. Spice up your new tabs with this simple extension. By clicking "add to Chrome", I accept and agree to installing the Multi Color New Tab extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use and Privacy Policy. ToS: https://color-newtab.com/terms-and-conditions PP: https://color-newtab.com/privacy-policy The extension replaces your New Tab search engine and provides a new search experience with search results by Microsoft Bing.
拡張機能の基本情報
名前 | Multi Color New Tab |
ID | hidoniliooaomobchkobcfiiepienkkj |
公式URL | https://chromewebstore.google.com/detail/multi-color-new-tab/hidoniliooaomobchkobcfiiepienkkj |
説明 | A Multi Color Palette With Every New Tab. |
ファイルサイズ | 133 KB |
インストール数 | 2,021 |
現在のバージョン | 1.4 |
最終更新日 | 2023-11-24 |
公開日 | 2020-10-29 |
評価 | 3.50/5 合計 6 レビュー |
開発者 | Locksley Ltd |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://color-newtab.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Multi Color New Tab", "version": "1.4", "manifest_version": 3, "description": "A Multi Color Palette With Every New Tab.", "background": { "service_worker": "background.bundle.js" }, "action": { "default_icon": "icon128.png", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "host_permissions": [ "https:\/\/color-newtabs.com\/*" ], "chrome_url_overrides": { "newtab": "newtab.html" } } |