Top Search
Top Search - Light and minimal new tab that allows you to search by text and navigate easily to your recently visited sites. The…
Top Search là gì?
Top Search là một tiện ích mở rộng Chrome được phát triển bởi gabrieljones634, và tính năng chính của nó là "Top Search - Light and minimal new tab that allows you to search by text and navigate easily to your recently visited sites. The…".
Ả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 Top Search
Tải xuống các tệp mở rộng Top Search 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
Top Search - Light and minimal new tab that allows you to search by text and navigate easily to your recently visited sites. The new tab has dynamic background and it displays current date and time (may take some time for your most visited sites to appear - based on Chrome's API). For more information please visit: https://www.tops-searchs.com Please leave us a 5 start review! By clicking "Add to chrome" you accept and agree to installing the Top Search Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://www.tops-searchs.com/site/pages/terms_of_use and privacy policy at https://www.tops-searchs.com/site/pages/privacy_policy. The extension will update your new-tab search to be powered by Microsoft Bing.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hnpgceaconbdbbcfmbmbngkkpolicdhd |
URL Chính Thức | https://chrome.google.com/webstore/detail/top-search/hnpgceaconbdbbcfmbmbngkkpolicdhd |
Mô tả | Top Search - Light and minimal new tab that allows you to search by text and navigate easily to your recently visited sites. The… |
Kích Thước Tệp | 4.77 MB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 1.0.0.69 |
Cập Nhật Lần Cuối | 2022-07-17 |
Ngày Phát Hành | 2022-04-20 |
Nhà Phát Triển | gabrieljones634 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.tops-searchs.com |
URL Trang Trợ Giúp | https://www.tops-searchs.com/site/pages/contact_us |
URL Trang Chính Sách Bảo Mật | https://www.tops-searchs.com/pages/privacy_policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Top Search", "description": "", "homepage_url": "https:\/\/www.tops-searchs.com", "version": "1.0.0.69", "manifest_version": 3, "default_locale": "en", "action": { "default_title": "__MSG_app_name__" }, "chrome_url_overrides": { "newtab": "index.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "history", "storage", "alarms" ], "icons": { "16": "img\/16.png", "32": "img\/32.png", "64": "img\/64.png", "128": "img\/128.png" } } |