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:\/\/*\/*"
    ]
}