Indexing Test
Test if the URL is indexed by Google
O que é Indexing Test?
Indexing Test é uma extensão do Chrome desenvolvida por jeremyfine365, e sua principal característica é "Test if the URL is indexed by Google".
Capturas de Tela da Extensão
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 quickly check if the page you are viewing has been indexed by Google. Simply navigate to the link you want to check and click "Indexing Test".
Informações Básicas da Extensão
Nome | |
ID | cgbeihidkikgdcoogkeoeconphggdhop |
URL Oficial | https://chrome.google.com/webstore/detail/indexing-test/cgbeihidkikgdcoogkeoeconphggdhop |
Descrição | Test if the URL is indexed by Google |
Tamanho do Arquivo | 18.78 KB |
Contagem de Instalações | 20,000 |
Versão Atual | 0.1 |
Última Atualização | 2014-04-01 |
Data de Publicação | 2014-04-01 |
Classificação | 1.23/5 Total de 13 Avaliações |
Desenvolvedor | jeremyfine365 |
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 URL is indexed by Google", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |