QSearch

Search from a multitude of social media platforms and websites at once from any tab!

O que é QSearch?

QSearch é uma extensão do Chrome desenvolvida por quinnrs98, e sua principal característica é "Search from a multitude of social media platforms and websites at once from any tab!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão QSearch

Baixe arquivos de extensão QSearch 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

                        Have you ever met someone new, heard that your friend has a new crush that you've never met, wanted to see which social media platforms your friends are on, or want to find celebrity accounts on social media??
If so, QSearch will allow you to search the top 15 most-used social media/websites at once so that your searching becomes much easier! Instead of manually searching a name over a dozen times, use this extension to do the same once on any tab.

Note: If there are any social media platforms/websites you'd like me to include, leave a rating with your suggestion and I will update the extension!


Notice: This extension works within the capabilities and legalities of Google Chrome. Thus, searching is not smooth on sites such as Instagram due to their lack of a search page.                    

Informações Básicas da Extensão

Nome QSearch QSearch
ID nndbofegbeaookkpodpkaeaelndpljbl
URL Oficial https://chromewebstore.google.com/detail/qsearch/nndbofegbeaookkpodpkaeaelndpljbl
Descrição Search from a multitude of social media platforms and websites at once from any tab!
Tamanho do Arquivo 47.98 KB
Contagem de Instalações 220
Versão Atual 1.6
Última Atualização 2018-08-11
Data de Publicação 2018-08-10
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor quinnrs98
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QSearch",
    "version": "1.6",
    "description": "Search from a multitude of social media platforms and websites at once from any tab!",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "popup.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "downloads",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}