Global Search

Global Search description.

O que é Global Search?

Global Search é uma extensão do Chrome desenvolvida por https://globalsearch.pro, e sua principal característica é "Global Search description.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Global Search

Baixe arquivos de extensão Global Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Global Search Global Search
ID ibnhcclcebpcmcgnplkamfolnkgaigjd
URL Oficial https://chromewebstore.google.com/detail/global-search/ibnhcclcebpcmcgnplkamfolnkgaigjd
Descrição Global Search description.
Tamanho do Arquivo 11.41 KB
Contagem de Instalações 420
Versão Atual 1.0.3
Última Atualização 2020-11-07
Data de Publicação 2020-10-16
Desenvolvedor https://globalsearch.pro
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://globalsearch.pro/privacy.php
Idiomas Suportados 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"
}