Open Google :site Search
Open new tabs of Google searches with the prefix :site in addition you can add extra queries for the search.
Open Google :site Search là gì?
Open Google :site Search là một tiện ích mở rộng Chrome được phát triển bởi Mendy Leizerovich, và tính năng chính của nó là "Open new tabs of Google searches with the prefix :site in addition you can add extra queries for the search.".
Ả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 Open Google :site Search
Tải xuống các tệp mở rộng Open Google :site 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
An easy way to open new tabs of Google searches with the prefix :site in addition you can add queries for the search. The queries have to be separated by a new line. Such as: Domain: github.com Queries: microsoft google Will open: 1. site:github.com microsoft 2. site:github.com google In order to open the tabs in an incognito window, you should: 1. Right-click the extension icon. 2. Click Manage extensions. 3. Toggle the Allow in incognito option. 4. Use the extension in an incognito window. Uses the storage permission in order to let the user continue with the input values even if the popup closed. --- Search SVG icon is from: https://heroicons.dev/.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Open Google :site Search |
ID | mejfbineeogghdkgfegicofnndkoklhf |
URL Chính Thức | https://chromewebstore.google.com/detail/open-google-site-search/mejfbineeogghdkgfegicofnndkoklhf |
Mô tả | Open new tabs of Google searches with the prefix :site in addition you can add extra queries for the search. |
Kích Thước Tệp | 14.59 KB |
Số Lần Cài Đặt | 37 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2021-02-07 |
Ngày Phát Hành | 2020-12-26 |
Nhà Phát Triển | Mendy Leizerovich |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/mendz/go-to-site-search/tree/prepare-upload-to-store |
URL Trang Trợ Giúp | https://github.com/mendz/go-to-site-search/issues |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open Google :site Search", "short_name": "Search by :site", "description": "Open new tabs of Google searches with the prefix :site in addition you can add extra queries for the search.", "version": "1.0.2", "manifest_version": 2, "browser_action": { "default_title": "Open :site search", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ], "icons": { "16": "icons\/search-16x16.png", "32": "icons\/search-32x32.png", "48": "icons\/search-48x48.png", "60": "icons\/search-60x60.png", "128": "icons\/search-128x128.png" } } |