RichSearch
RichSearch
RichSearch là gì?
RichSearch là một tiện ích mở rộng Chrome được phát triển bởi jd295598, và tính năng chính của nó là "RichSearch".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng RichSearch
Tải xuống các tệp mở rộng RichSearch dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mgajdmhobebickaoaepogkkomapbkmga |
URL Chính Thức | https://chromewebstore.google.com/detail/richsearch/mgajdmhobebickaoaepogkkomapbkmga |
Mô tả | RichSearch |
Kích Thước Tệp | 180 KB |
Số Lần Cài Đặt | 2,195 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2023-08-29 |
Ngày Phát Hành | 2022-02-04 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | jd295598 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.richsearch.digital/ |
URL Trang Chính Sách Bảo Mật | https://bidlabs.net/privacy_policy.html |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |