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 - это расширение Chrome, разработанное Andrés Tapia, и его основная функция - "This extension brings you to the last page of the SERPS, useful for checking a more accurate number of google indexed pages".

Скачать файл CRX расширения Back to the SERPS

Скачайте файлы расширений 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:\/\/*\/*"
    ]
}