Smart Search
Get Smart Search results with SmartSearch
Smart Search là gì?
Smart Search là một tiện ích mở rộng Chrome được phát triển bởi deniscasilev1988, và tính năng chính của nó là "Get Smart Search results with SmartSearch".
Ả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 Smart Search
Tải xuống các tệp mở rộng Smart 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
Search securely and get the most relevant results powered by SmartSearch! By clicking "Add to Chrome", you agree to be bound by our Terms and Conditions and Privacy Policy, add it extension to your Chrome browser and change your default Web search service provider to SmartSearch.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | glmhhkoaglkboooplngidahblhiadpab |
URL Chính Thức | https://chromewebstore.google.com/detail/smart-search/glmhhkoaglkboooplngidahblhiadpab |
Mô tả | Get Smart Search results with SmartSearch |
Kích Thước Tệp | 204 KB |
Số Lần Cài Đặt | 5,046 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2021-10-08 |
Ngày Phát Hành | 2021-09-29 |
Đánh Giá | 1.02/5 Tổng số 60 Đánh Giá |
Nhà Phát Triển | deniscasilev1988 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://searchsmarters.online/ |
URL Trang Trợ Giúp | https://searchsmarters.online/about.html |
URL Trang Chính Sách Bảo Mật | https://searchsmarters.online/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "author": "Vasily Media", "background": { "scripts": [ "assets\/js\/background.js" ] }, "browser_action": { "default_icon": { "16": "assets\/icons\/16x16.png" }, "default_title": "Smart Search" }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/searchsmarters.online\/assets\/img\/favicon.ico", "is_default": true, "keyword": "Smart Search", "name": "Smart Search", "params": "__PARAM__", "search_url": "https:\/\/searchsmarters.online\/query\/?query={searchTerms}" } }, "content_security_policy": "script-src 'self'; object-src 'self'", "description": "Get Smart Search results with SmartSearch", "homepage_url": "https:\/\/searchsmarters.online\/", "icons": { "128": "assets\/icons\/128x128.png", "16": "assets\/icons\/16x16.png", "24": "assets\/icons\/24x24.png", "256": "assets\/icons\/256x256.png", "48": "assets\/icons\/48x48.png", "96": "assets\/icons\/96x96.png" }, "manifest_version": 2, "minimum_chrome_version": "61", "name": "Smart Search", "permissions": [ "storage", "*:\/\/*.searchsmarters.online\/*" ], "short_name": "SmartSearch", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.3", "web_accessible_resources": [ "assets\/*.html", "assets\/js\/*.js", "assets\/icons\/*.png" ] } |