Eco Search
Use Eco Search in the New Tab page.
Eco Searchとは何ですか?
Eco Searchはuepselonによって開発されたChromeの拡張機能で、その主な機能は「Use Eco Search in the New Tab page.」です。
拡張機能のスクリーンショット
Eco Search拡張機能のCRXファイルをダウンロード
Eco Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Search with "Eco Search" and get optimized search suggestions and results. This extension adds the eco search box on the New Tab page. Search results and suggestions are powered by Bing! By installing Eco Search you will change your New Tab page. You may remove or disable this extension anytime. Terms & Conditions: https://www.addonsearch.net/terms.html Privacy Policy: https://www.addonsearch.net/privacy.html
拡張機能の基本情報
名前 | Eco Search |
ID | dglpocfnfjbehlapidkpceibekhjnabd |
公式URL | https://chromewebstore.google.com/detail/eco-search/dglpocfnfjbehlapidkpceibekhjnabd |
説明 | Use Eco Search in the New Tab page. |
ファイルサイズ | 1.84 MB |
インストール数 | 6,250 |
現在のバージョン | 2.0.1 |
最終更新日 | 2021-12-23 |
公開日 | 2020-06-10 |
評価 | 4.00/5 合計 4 レビュー |
開発者 | uepselon |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.addonsearch.net/privacy.html |
対応言語 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Eco Search", "version": "2.0.1", "permissions": [], "default_locale": "en", "chrome_url_overrides": { "newtab": "pages\/newtab.html" }, "host_permissions": [ "*:\/\/*.addonsearch.net\/*", "*:\/\/*.bing.com\/*" ], "background": { "service_worker": "background.js" }, "description": "__MSG_description__", "action": { "default_icon": "img\/64.png" }, "icons": { "48": "img\/48.png", "64": "img\/64.png", "128": "img\/128.png" }, "content_security_policy": [] } |