Search-B
Search-B extension allows you to quickly find and view search results directly from address bar & new tab.
Search-B là gì?
Search-B là một tiện ích mở rộng Chrome được phát triển bởi http://search-b.com, và tính năng chính của nó là "Search-B extension allows you to quickly find and view search results directly from address bar & new tab.".
Ả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 Search-B
Tải xuống các tệp mở rộng Search-B 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
Search-B extension allows you to quickly find and view search results directly from address bar & new tab. Enjoy a great browsing experience by allowing this extension to replace your browsers new tab and configure your default search setting to Bing.com. No need to type Bing.com any longer in order to start redirecting your searches on your desktop using Microsoft’s famous owned and operated web portal. In addition, along with the practical functionality and beautiful design, this extension will display your bookmark URLs in the new tab. By clicking "Add to Chrome", I accept and agree to installing the Search-B Tab Chrome extension and setting Chrome™ New Tab, Homepage takeover, and Default Search to that provided by the service with web search by Bing, and the Terms of Use and Privacy Policy. Permission required: Replace the page you see when opening a new tab Read the icons of the websites you visit Change your search settings Read and change your bookmarks *** Bing™ is a trademark of Microsoft. Search-B is not endorsed or in any way affiliated with Bing™ Links: Terms of Use: https://browsa.co/terms/ Privacy Policy: https://browsa.co/privacy/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | amlbpjlknllebmeddjljpioheacjipbg |
URL Chính Thức | https://chrome.google.com/webstore/detail/search-b/amlbpjlknllebmeddjljpioheacjipbg |
Mô tả | Search-B extension allows you to quickly find and view search results directly from address bar & new tab. |
Kích Thước Tệp | 1.5 MB |
Số Lần Cài Đặt | 60,000 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2021-12-09 |
Ngày Phát Hành | 2020-11-27 |
Đánh Giá | 2.11/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | http://search-b.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.search-b.com |
URL Trang Chính Sách Bảo Mật | https://browsa.co/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Search-B", "short_name": "Search-B", "version": "1.0.4", "description": "Search-B extension allows you to quickly find and view search results directly from address bar & new tab.", "chrome_url_overrides": { "newtab": "new-tab.html" }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/search-b.com\/wp-content\/uploads\/2020\/11\/favicon.ico", "is_default": true, "keyword": "Keyword", "name": "Searchy-B", "search_url": "https:\/\/search.search-b.com\/search?q={searchTerms}" } }, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "author": "Browsa Pte Ltd", "action": { "browser_style": false, "default_icon": "icons\/128.png", "default_title": "Search-B" }, "permissions": [ "bookmarks" ] } |