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

Vad är Back to the SERPS?

Back to the SERPS är en Chrome-tillägg utvecklad av Andrés Tapia, och dess huvudfunktion är "This extension brings you to the last page of the SERPS, useful for checking a more accurate number of google indexed pages".

Ladda ner Back to the SERPS-förlängningens CRX-fil

Ladda ner Back to the SERPS-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Back to the SERPS Back to the SERPS
ID pnmbjjfpfpjfhodbnacbkdncfepdjgje
Officiell webbadress https://chromewebstore.google.com/detail/back-to-the-serps/pnmbjjfpfpjfhodbnacbkdncfepdjgje
Beskrivning This extension brings you to the last page of the SERPS, useful for checking a more accurate number of google indexed pages
Filstorlek 4.15 KB
Antal Installationer 11
Aktuell Version 1.0
Senast Uppdaterad 2013-03-10
Publiceringsdatum 2013-03-10
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Andrés Tapia
Betalningssätt free
Stödda Språk 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:\/\/*\/*"
    ]
}