Indexing Test

Test if the current page is indexed by Google

What is Indexing Test?

Indexing Test is a Chrome extension developed by benzihomo, and its main feature is "Test if the current page is indexed by Google".

Extension Screenshots

screenshot

Download Indexing Test Extension CRX File

Download Indexing Test extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Indexing Test Indexing Test
ID lgonpmchaeokedifbjenbcnjcdefdceg
Official URL https://chrome.google.com/webstore/detail/indexing-test/lgonpmchaeokedifbjenbcnjcdefdceg
Description Test if the current page is indexed by Google
File Size 8.9 KB
Installation Count 40,015
Current Version 0.1
Last Updated 2014-03-11
Publish Date 2014-03-11
Rating 2.14/5 Total 21 Ratings
Developer benzihomo
Payment Type free
Supported Languages 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
}