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

Co je Back to the SERPS?

Back to the SERPS je rozšíření Chrome vyvinuté Andrés Tapia, a jeho hlavní funkcí je „This extension brings you to the last page of the SERPS, useful for checking a more accurate number of google indexed pages“.

Stáhnout soubor CRX rozšíření Back to the SERPS

Stáhněte si soubory rozšíření Back to the SERPS ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Back to the SERPS Back to the SERPS
ID pnmbjjfpfpjfhodbnacbkdncfepdjgje
Oficiální URL https://chromewebstore.google.com/detail/back-to-the-serps/pnmbjjfpfpjfhodbnacbkdncfepdjgje
Popis This extension brings you to the last page of the SERPS, useful for checking a more accurate number of google indexed pages
Velikost souboru 4.15 KB
Počet instalací 11
Aktuální Verze 1.0
Poslední Aktualizace 2013-03-10
Datum Vydání 2013-03-10
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Andrés Tapia
Typ Platby free
Podporované Jazyky 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:\/\/*\/*"
    ]
}