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
电子邮箱 [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"
}