Global Search

Global Search description.

¿Qué es Global Search?

Global Search es una extensión de Chrome desarrollada por https://globalsearch.pro, y su función principal es "Global Search description.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Global Search

Descarga archivos de extensión Global Search en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Global Search Global Search
ID ibnhcclcebpcmcgnplkamfolnkgaigjd
URL Oficial https://chromewebstore.google.com/detail/global-search/ibnhcclcebpcmcgnplkamfolnkgaigjd
Descripción Global Search description.
Tamaño del Archivo 11.41 KB
Cantidad de Instalaciones 420
Versión Actual 1.0.3
Última Actualización 2020-11-07
Fecha de Publicación 2020-10-16
Desarrollador https://globalsearch.pro
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://globalsearch.pro/privacy.php
Idiomas Soportados 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"
}