Indexing Test

Test if the current page is indexed by Google

Что такое Indexing Test?

Indexing Test - это расширение Chrome, разработанное benzihomo, и его основная функция - "Test if the current page is indexed by Google".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Indexing Test

Скачайте файлы расширений Indexing Test в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension enables you to test if the current page is indexed by Google. Simply select "Indexing Test" from the context menu on the page you want to check.                    

Основная информация о расширении

Название Indexing Test Indexing Test
ID lgonpmchaeokedifbjenbcnjcdefdceg
Официальный URL https://chrome.google.com/webstore/detail/indexing-test/lgonpmchaeokedifbjenbcnjcdefdceg
Описание Test if the current page is indexed by Google
Размер файла 8.9 KB
Количество установок 40,015
Текущая Версия 0.1
Последнее Обновление 2014-03-11
Дата публикации 2014-03-11
Рейтинг 2.14/5 Всего 21 оценок
Разработчик benzihomo
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Indexing Test",
    "description": "Test if the current page is indexed by Google",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "version": "0.1",
    "manifest_version": 2
}