Extra Search
ExtraSearch - Search the web swiftly from your browser. The extension will update your new-tab search and will change your search…
Extra Searchとは何ですか?
Extra Searchはmillsjessica283によって開発されたChromeの拡張機能で、その主な機能は「ExtraSearch - Search the web swiftly from your browser. The extension will update your new-tab search and will change your search…」です。
拡張機能のスクリーンショット
Extra Search拡張機能のCRXファイルをダウンロード
Extra Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
ExtraSearch - Search the web swiftly from your browser. The extension will update your new-tab search and will change your search engine to be powered by Microsoft Bing. ExtraSearch - Light and minimal new tab / search bar that allows you to search swiftly by text and navigate easily to your favorite, recently visited sites. For more information please visit: https://www.extra-searches.com/ Please leave us a 5 start review! By clicking "Add to chrome" you accept and agree to installing the ExtraSearch Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://www.extra-searches.com/pages/terms_of_use and privacy policy at https://www.extra-searches.com/pages/privacy_policy.
拡張機能の基本情報
名前 | |
ID | jhmfhcbcpidjfgpbcgapdjendolhnndb |
公式URL | https://chrome.google.com/webstore/detail/extra-search/jhmfhcbcpidjfgpbcgapdjendolhnndb |
説明 | ExtraSearch - Search the web swiftly from your browser. The extension will update your new-tab search and will change your search… |
ファイルサイズ | 757 KB |
インストール数 | 1,000 |
現在のバージョン | 1.0.0.12 |
最終更新日 | 2022-07-13 |
公開日 | 2022-06-16 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | millsjessica283 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.extra-searches.com/ |
ヘルプページのURL | https://www.extra-searches.com/pages/contact_us |
プライバシーポリシーページのURL | https://www.extra-searches.com/pages/privacy_policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Extra Search", "version": "1.0.0.12", "manifest_version": 3, "description": "", "homepage_url": "https:\/\/www.extra-searches.com", "action": { "default_icon": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" } }, "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "96": "img\/96.png", "128": "img\/128.png" }, "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "static\/html\/override.html" }, "permissions": [ "topSites", "storage", "alarms" ], "short_name": "extrasearch" } |