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

什么是Back to the SERPS?

Back to the SERPS是由Andrés Tapia开发的Chrome扩展程序,该扩展的主要功能是“This extension brings you to the last page of the SERPS, useful for checking a more accurate number of google indexed pages”。

下载Back to the SERPS扩展crx文件

下载Back to the SERPS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Back to the SERPS Back to the SERPS
ID pnmbjjfpfpjfhodbnacbkdncfepdjgje
官方URL https://chromewebstore.google.com/detail/back-to-the-serps/pnmbjjfpfpjfhodbnacbkdncfepdjgje
简介 This extension brings you to the last page of the SERPS, useful for checking a more accurate number of google indexed pages
文件大小 4.15 KB
安装次数 11
当前版本 1.0
更新时间 2013-03-10
上架时间 2013-03-10
评分 5.00/5 共2次评分
开发者 Andrés Tapia
付费类型 free
支持的语言 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:\/\/*\/*"
    ]
}