e-Search
Simply select and switch your search engine!
e-Searchとは何ですか?
e-Searchはhttps://www.e-search.netによって開発されたChromeの拡張機能で、その主な機能は「Simply select and switch your search engine!」です。
拡張機能のスクリーンショット
e-Search拡張機能のCRXファイルをダウンロード
e-Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With this extension, you can very easily switch your search engine, which you use both in the new tab and in the entire browser. On website e-search.net, you can easily choose Google, Bing or Yahoo search engine with one click. Subsequently, the search engine of your choice will be used everywhere in the browser. Thank you for using!
拡張機能の基本情報
名前 | |
ID | opepbkhkfjpofchmdlknakoedegbbdij |
公式URL | https://chrome.google.com/webstore/detail/e-search/opepbkhkfjpofchmdlknakoedegbbdij |
説明 | Simply select and switch your search engine! |
ファイルサイズ | 22.64 KB |
インストール数 | 78 |
現在のバージョン | 1.2 |
最終更新日 | 2020-12-08 |
公開日 | 2020-12-08 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://www.e-search.net |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.e-search.net/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2", "manifest_version": 2, "name": "e-Search", "description": "Simply select and switch your search engine!", "content_security_policy": "script-src 'self'; object-src 'self'", "icons": { "19": "img\/ico_19.png", "32": "img\/ico_32.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/www.e-search.net\/img\/favicon.ico", "is_default": true, "keyword": "e-search", "name": "e-Search", "search_url": "https:\/\/www.e-search.net\/search?id=m001&app=esearch&q={searchTerms}" } } } |