CoolStart - Custom New Tab Page
Enjoy HD wallpapers thanks to CoolStart Theme.
CoolStart - Custom New Tab Pageとは何ですか?
CoolStart - Custom New Tab Pageはhttps://coolstart.comによって開発されたChromeの拡張機能で、その主な機能は「Enjoy HD wallpapers thanks to CoolStart Theme.」です。
拡張機能のスクリーンショット
CoolStart - Custom New Tab Page拡張機能のCRXファイルをダウンロード
CoolStart - Custom New Tab Page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Are you tired of your boring looking new tab? Do you want something new, something fresh? If you do, look no further. CoolStart is exactly what you need. It will transform your bland new tab into a beautiful, multifunctional and user friendly new tab. By clicking "add to Chrome", I accept and agree to installing the CoolStart extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use https://coolstart.com/terms-of-use and Policy https://coolstart.com/privacy-policy THEMES CoolStart combines modern design and extended functionality. You can choose among more than 1100+ different wallpaper themes. Just name it and we already have it. You can seamlessly change between your favorite themes without the need of installing a brand new extension and setting up your widgets again. WIDGETS In order to facilitate and elevate your browsing experience, we added several useful widgets and features, which will help you with your everyday tasks. - Date and time - Accurate weather forecast - Speed Dial – Get instant access to Bookmarks, Most visited sites and Recently Closed Pages - ToDo list – Organize your daily tasks by creating a simple check list right in your new tab. - New Tab Theme Gallery – over 1100 different themes and keep adding more every day. - Screensaver mode - Share, like, lock your favorite wallpapers - Your search bar is there as usual More handy widgets and features will be added in the futures so stay tuned! Keep your browsing momentum going! ABOUT PERMISSIONS Location – automatic weather setup only Browsing history and bookmarks – speed dial only We recognize that location and data sharing is a concern for many people (ourselves included) and it is a responsibility we take very seriously. For more information on privacy and the security of your data visit https://coolstart.com/privacy-policy. GET IN TOUCH Email us at [email protected] Privacy Policy: https://coolstart.com/privacy-policy Terms of Use: https://coolstart.com/terms-of-use How to Uninstall: https://coolstart.com/how-to-uninstall
拡張機能の基本情報
名前 | CoolStart - Custom New Tab Page |
ID | ifkddjjnphlnchaelmkeldjggjgepnfc |
公式URL | https://chromewebstore.google.com/detail/coolstart-custom-new-tab/ifkddjjnphlnchaelmkeldjggjgepnfc |
説明 | Enjoy HD wallpapers thanks to CoolStart Theme. |
ファイルサイズ | 291 KB |
インストール数 | 10,529 |
現在のバージョン | 2.1 |
最終更新日 | 2024-01-02 |
公開日 | 2022-04-03 |
評価 | 4.78/5 合計 36 レビュー |
開発者 | https://coolstart.com |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://coolstart.com/faq |
プライバシーポリシーページのURL | https://coolstart.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CoolStart - Custom New Tab Page", "description": "__MSG_extdesc__", "version": "2.1", "default_locale": "en", "permissions": [ "cookies", "storage" ], "host_permissions": [ "https:\/\/*.coolstart.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/my.coolstart.com\/", "https:\/\/my.coolstart.com\/?welcome" ], "all_frames": true, "js": [ "js\/jquery.min.js", "js\/moment.min.js", "js\/newtab.js", "js\/controller.js", "js\/owl.carousel.min.js" ] }, { "matches": [ "https:\/\/my.coolstart.com\/*" ], "run_at": "document_end", "all_frames": true, "js": [ "js\/jquery.min.js" ] } ], "web_accessible_resources": [ { "resources": [ "\/*.html", "img\/*" ], "matches": [ "https:\/\/*.coolstart.com\/*" ] } ], "background": { "service_worker": "js\/bg-loader.js" }, "chrome_url_overrides": { "newtab": "index.html" }, "action": { "default_title": "CoolStart New Tab" }, "short_name": "CoolStart", "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "optional_permissions": [ "history", "bookmarks", "topSites", "tabs" ] } |