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
What is Back to the SERPS?
Back to the SERPS is a Chrome extension developed by Andrés Tapia, and its main feature is "This extension brings you to the last page of the SERPS, useful for checking a more accurate number of google indexed pages".
Download Back to the SERPS Extension CRX File
Download Back to the SERPS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Back to the SERPS |
ID | pnmbjjfpfpjfhodbnacbkdncfepdjgje |
Official URL | 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 |
File Size | 4.15 KB |
Installation Count | 11 |
Current Version | 1.0 |
Last Updated | 2013-03-10 |
Publish Date | 2013-03-10 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Andrés Tapia |
Payment Type | free |
Supported Languages | 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:\/\/*\/*" ] } |