Back to the SERPS

This extension brings you to the last page of the SERPS, useful for checking a more accurate number of google indexed pages

O que é Back to the SERPS?

Back to the SERPS é uma extensão do Chrome desenvolvida por Andrés Tapia, e sua principal característica é "This extension brings you to the last page of the SERPS, useful for checking a more accurate number of google indexed pages".

Baixar o arquivo CRX da Extensão Back to the SERPS

Baixe arquivos de extensão Back to the SERPS 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

                        When using google search advanced operators, the number of indexed pages that google display on the first page is most of the times not accurate at all.

With this extension you can "jump" to the last page of the serps and get a more accurate number                    

Informações Básicas da Extensão

Nome Back to the SERPS Back to the SERPS
ID pnmbjjfpfpjfhodbnacbkdncfepdjgje
URL Oficial https://chromewebstore.google.com/detail/back-to-the-serps/pnmbjjfpfpjfhodbnacbkdncfepdjgje
Descrição This extension brings you to the last page of the SERPS, useful for checking a more accurate number of google indexed pages
Tamanho do Arquivo 4.15 KB
Contagem de Instalações 11
Versão Atual 1.0
Última Atualização 2013-03-10
Data de Publicação 2013-03-10
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Andrés Tapia
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Back to the SERPS",
    "description": "This extension brings you to the last page of the SERPS, useful for checking a more accurate number of google indexed pages",
    "version": "1.0",
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}