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

Qu'est-ce que Back to the SERPS ?

Back to the SERPS est une extension Chrome développée par Andrés Tapia, et sa fonction principale est "This extension brings you to the last page of the SERPS, useful for checking a more accurate number of google indexed pages".

Télécharger le fichier CRX de l'extension Back to the SERPS

Téléchargez les fichiers d'extension Back to the SERPS au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Back to the SERPS Back to the SERPS
ID pnmbjjfpfpjfhodbnacbkdncfepdjgje
URL Officiel https://chromewebstore.google.com/detail/back-to-the-serps/pnmbjjfpfpjfhodbnacbkdncfepdjgje
Description This extension brings you to the last page of the SERPS, useful for checking a more accurate number of google indexed pages
Taille du Fichier 4.15 KB
Nombre d'Installations 11
Version Actuelle 1.0
Dernière Mise à Jour 2013-03-10
Date de Publication 2013-03-10
Évaluation 5.00/5 Total 2 Évaluations
Développeur Andrés Tapia
Type de Paiement free
Langues Prises en Charge 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:\/\/*\/*"
    ]
}