Shiftsearch
The better way of searching the web.
Shiftsearch là gì?
Shiftsearch là một tiện ích mở rộng Chrome được phát triển bởi https://shiftsearch.me, và tính năng chính của nó là "The better way of searching the web.".
Ả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 Shiftsearch
Tải xuống các tệp mở rộng Shiftsearch 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 through the internet like you are used to - but faster! Use this extension to switch between search engines like Google, Bing, Yahoo!, DuckDuckGo and Ecosia lightning fast and therefore perform searches more quickly when you are used to using multiple different search engines. This extension sets your search engine to a search engine recommended by us. Speed and ease of use guaranteed! You can use another search engine at any time by clicking on the extension icon.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Shiftsearch |
ID | phhnacjebmkllbhhenkjiaklggjdblid |
URL Chính Thức | https://chromewebstore.google.com/detail/shiftsearch/phhnacjebmkllbhhenkjiaklggjdblid |
Mô tả | The better way of searching the web. |
Kích Thước Tệp | 137 KB |
Số Lần Cài Đặt | 61,055 |
Phiên Bản Hiện Tại | 2.9 |
Cập Nhật Lần Cuối | 2023-03-15 |
Ngày Phát Hành | 2021-04-08 |
Đánh Giá | 2.46/5 Tổng số 46 Đánh Giá |
Nhà Phát Triển | https://shiftsearch.me |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://shiftsearch.me |
URL Trang Trợ Giúp | https://shiftsearch.me/privacy |
URL Trang Chính Sách Bảo Mật | https://shiftsearch.me/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shiftsearch", "description": "The better way of searching the web.", "version": "2.9", "permissions": [ "storage", "tabs" ], "background": { "service_worker": "background.js" }, "externally_connectable": { "matches": [ "*:\/\/work.ink\/*", "*:\/\/*.work.ink\/*" ] }, "chrome_settings_overrides": { "search_provider": { "name": "Shiftsearch", "keyword": "ss", "favicon_url": "https:\/\/shiftsearch.me\/favicon.ico", "search_url": "https:\/\/shiftsearch.me\/q.php?q={searchTerms}", "suggest_url": "https:\/\/shiftsearch.me\/suggest.php?query={searchTerms}", "encoding": "UTF-8", "is_default": true } }, "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png", "256": "images\/icon-256.png" }, "manifest_version": 3, "action": { "default_title": "Shiftsearch", "default_popup": "popup.html" } } |