Indexing Test

Test if the current page is indexed by Google

O que é Indexing Test?

Indexing Test é uma extensão do Chrome desenvolvida por benzihomo, e sua principal característica é "Test if the current page is indexed by Google".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Indexing Test

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

                        This extension enables you to test if the current page is indexed by Google. Simply select "Indexing Test" from the context menu on the page you want to check.                    

Informações Básicas da Extensão

Nome Indexing Test Indexing Test
ID lgonpmchaeokedifbjenbcnjcdefdceg
URL Oficial https://chrome.google.com/webstore/detail/indexing-test/lgonpmchaeokedifbjenbcnjcdefdceg
Descrição Test if the current page is indexed by Google
Tamanho do Arquivo 8.9 KB
Contagem de Instalações 40,015
Versão Atual 0.1
Última Atualização 2014-03-11
Data de Publicação 2014-03-11
Classificação 2.14/5 Total de 21 Avaliações
Desenvolvedor benzihomo
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Indexing Test",
    "description": "Test if the current page is indexed by Google",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "version": "0.1",
    "manifest_version": 2
}