Google Similar Sites

The extension helps you google the similar websites. The related sites will be listed if clicking the extension icon

O que é Google Similar Sites?

Google Similar Sites é uma extensão do Chrome desenvolvida por ExtensionHub, e sua principal característica é "The extension helps you google the similar websites. The related sites will be listed if clicking the extension icon".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Google Similar Sites

Baixe arquivos de extensão Google Similar Sites 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

                        Whenever you visit a website, if you want to explore the similar sites and find something inspiring, you can click the extension icon. Then, the extension will list all the related websites based on Google's powerful related search function. Simple and useful, right? So, why not download and give it a try now?                    

Informações Básicas da Extensão

Nome Google Similar Sites Google Similar Sites
ID ajipbacgbjnabfmjgbicpijinlbcfcpo
URL Oficial https://chromewebstore.google.com/detail/google-similar-sites/ajipbacgbjnabfmjgbicpijinlbcfcpo
Descrição The extension helps you google the similar websites. The related sites will be listed if clicking the extension icon
Tamanho do Arquivo 15.42 KB
Contagem de Instalações 2,447
Versão Atual 1.0.0
Última Atualização 2020-03-10
Data de Publicação 2020-03-08
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor ExtensionHub
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.0.0",
    "manifest_version": 2,
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "16": "build\/logo_16.png",
            "24": "build\/logo_24.png",
            "32": "build\/logo_32.png"
        }
    },
    "icons": {
        "16": "build\/logo_16.png",
        "48": "build\/logo_48.png",
        "128": "build\/logo_128.png"
    },
    "web_accessible_resources": [
        "build\/*"
    ],
    "background": {
        "scripts": [
            "build\/browser-polyfill.js",
            "build\/background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}