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?

Open Google :site Search是由Mendy Leizerovich開發的Chrome擴展程式,該擴展的主要功能是“Open new tabs of Google searches with the prefix :site in addition you can add extra queries for the search.”。

擴展截圖

screenshot

下載Open Google :site Search擴展crx文件

下載Open Google :site Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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/.                    

擴展基本資訊

名稱 Open Google :site Search Open Google :site Search
ID mejfbineeogghdkgfegicofnndkoklhf
官方網址 https://chromewebstore.google.com/detail/open-google-site-search/mejfbineeogghdkgfegicofnndkoklhf
簡介 Open new tabs of Google searches with the prefix :site in addition you can add extra queries for the search.
檔案大小 14.59 KB
安裝次數 37
目前版本 1.0.2
更新時間 2021-02-07
上架時間 2020-12-26
開發者 Mendy Leizerovich
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/mendz/go-to-site-search/tree/prepare-upload-to-store
說明頁面URL https://github.com/mendz/go-to-site-search/issues
支援的語言 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"
    }
}