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
官方網址 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:\/\/*\/*"
    ]
}