Giraffe Search Tools

Search multiple search engines at once, online stores and other sites, see results in one tab. Compare results of search engines.

O que é Giraffe Search Tools?

Giraffe Search Tools é uma extensão do Chrome desenvolvida por Browser extensions, e sua principal característica é "Search multiple search engines at once, online stores and other sites, see results in one tab. Compare results of search engines.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Giraffe Search Tools

Baixe arquivos de extensão Giraffe Search Tools 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

                        Search multiple search engines at once, online stores and other sites, see results in one tab. Compare results of search engines: Google, Yahoo, Bing, Yandex, social networks: Facebook, Linkedin, Vk.com, Twitter, search videos on Youtube. Compare products: Amazon, Ebay. Save your search results, in the future open it in one click. Search from context menu.                    

Informações Básicas da Extensão

Nome Giraffe Search Tools Giraffe Search Tools
ID aochploacmhcobikdgmkpohjccnjdicf
URL Oficial https://chromewebstore.google.com/detail/giraffe-search-tools/aochploacmhcobikdgmkpohjccnjdicf
Descrição Search multiple search engines at once, online stores and other sites, see results in one tab. Compare results of search engines.
Tamanho do Arquivo 1.64 MB
Contagem de Instalações 196
Versão Atual 1.2
Última Atualização 2022-05-05
Data de Publicação 2016-10-03
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor Browser extensions
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Giraffe Search Tools",
    "description": "Search multiple search engines at once, online stores and other sites, see results in one tab. Compare results of search engines.",
    "version": "1.2",
    "browser_action": {
        "19": "img\/ic\/icon19.png",
        "38": "img\/ic\/icon38.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "unlimitedStorage",
        "storage",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "img\/ic\/icon16.png",
        "48": "img\/ic\/icon48.png",
        "128": "img\/ic\/icon128.png",
        "256": "img\/ic\/icon256.png"
    }
}