Global Search

Global Search description.

Global Searchとは何ですか?

Global Searchはhttps://globalsearch.proによって開発されたChromeの拡張機能で、その主な機能は「Global Search description.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Global Search拡張機能のCRXファイルをダウンロード

Global Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The most efficient way to use your favorite search engines. 
Search selected text, use customizable hotkeys and much more.

Global Search brings the best features to Chrome, and much more besides:

● one-click search customization
● search selected text
● new tab search

Please click "Support" to submit bug reports, questions and feature suggestions.
Please do not leave bug reports in your review.

By clicking "Add to Chrome", you accept the terms below and agree to add Global Search to Chrome                    

拡張機能の基本情報

名前 Global Search Global Search
ID ibnhcclcebpcmcgnplkamfolnkgaigjd
公式URL https://chromewebstore.google.com/detail/global-search/ibnhcclcebpcmcgnplkamfolnkgaigjd
説明 Global Search description.
ファイルサイズ 11.41 KB
インストール数 420
現在のバージョン 1.0.3
最終更新日 2020-11-07
公開日 2020-10-16
開発者 https://globalsearch.pro
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://globalsearch.pro/privacy.php
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Global Search",
            "keyword": "GlobalSearch",
            "is_default": true,
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/globalsearch.pro\/media\/icons\/favicon.ico",
            "search_url": "https:\/\/globalsearch.pro\/search.php?q={searchTerms}",
            "suggest_url": "https:\/\/globalsearch.pro\/suggestions.php?q={searchTerms}"
        }
    },
    "description": "Global Search description.",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png"
    },
    "permissions": [
        "storage",
        "*:\/\/globalsearch.pro\/*"
    ],
    "manifest_version": 2,
    "name": "Global Search",
    "version": "1.0.3"
}