RichSearch
RichSearch
RichSearchとは何ですか?
RichSearchはjd295598によって開発されたChromeの拡張機能で、その主な機能は「RichSearch」です。
拡張機能のスクリーンショット
RichSearch拡張機能のCRXファイルをダウンロード
RichSearch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
RichSearch - Search the web swiftly from your browser RichSearch - Light and minimal new tab that allows you to search swiftly by text or by voice and navigate easily to your favorite, recently visited sites. By clicking "Add to Chrome", I accept and agree to installing the “RichSearch” Chrome extension and setting Chrome™ new tab search to that provided by Microsoft Bing as the service and the Terms of Use and Privacy Policy. For more information please visit: https://www.richsearch.digital Please leave us a 5 start review! of Use at https://www.richsearch.digital/site/pages/terms_of_use and privacy policy at https://www.richsearch.digital/site/pages/privacy_policy.
拡張機能の基本情報
名前 | |
ID | mgajdmhobebickaoaepogkkomapbkmga |
公式URL | https://chromewebstore.google.com/detail/richsearch/mgajdmhobebickaoaepogkkomapbkmga |
説明 | RichSearch |
ファイルサイズ | 180 KB |
インストール数 | 2,195 |
現在のバージョン | 1.0.5 |
最終更新日 | 2023-08-29 |
公開日 | 2022-02-04 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | jd295598 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.richsearch.digital/ |
プライバシーポリシーページのURL | https://bidlabs.net/privacy_policy.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RichSearch", "description": "RichSearch", "version": "1.0.5", "manifest_version": 3, "homepage_url": "https:\/\/www.richsearch.digital", "action": { "default_icon": { "16": "assets\/icons\/16.png", "32": "assets\/icons\/32.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" } }, "icons": { "16": "assets\/icons\/16.png", "32": "assets\/icons\/32.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" }, "background": { "service_worker": "background.js" }, "content_security_policy": { "script-src": "self unsafe-inline", "object-src": "self", "img-src": "chrome:\/\/favicon;" }, "chrome_url_overrides": { "newtab": "assets\/src\/override\/override.html" }, "permissions": [ "topSites", "storage", "alarms" ], "host_permissions": [ "https:\/\/www.google.com\/s2\/favicons*", "https:\/\/*.richsearch.digital\/*" ] } |