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 là gì?

Back to the SERPS là một tiện ích mở rộng Chrome được phát triển bởi Andrés Tapia, và tính năng chính của nó là "This extension brings you to the last page of the SERPS, useful for checking a more accurate number of google indexed pages".

Tải xuống tệp CRX của tiện ích mở rộng Back to the SERPS

Tải xuống các tệp mở rộng Back to the SERPS dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Back to the SERPS Back to the SERPS
ID pnmbjjfpfpjfhodbnacbkdncfepdjgje
URL Chính Thức https://chromewebstore.google.com/detail/back-to-the-serps/pnmbjjfpfpjfhodbnacbkdncfepdjgje
Mô tả This extension brings you to the last page of the SERPS, useful for checking a more accurate number of google indexed pages
Kích Thước Tệp 4.15 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2013-03-10
Ngày Phát Hành 2013-03-10
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Andrés Tapia
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}