Indexing Test

Test if the URL is indexed by Google

What is Indexing Test?

Indexing Test is a Chrome extension developed by jeremyfine365, and its main feature is "Test if the URL 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 quickly check if the page you are viewing has been indexed by Google. Simply navigate to the link you want to check and click "Indexing Test".                    

Extension Basic Information

Name Indexing Test Indexing Test
ID cgbeihidkikgdcoogkeoeconphggdhop
Official URL https://chrome.google.com/webstore/detail/indexing-test/cgbeihidkikgdcoogkeoeconphggdhop
Description Test if the URL is indexed by Google
File Size 18.78 KB
Installation Count 20,000
Current Version 0.1
Last Updated 2014-04-01
Publish Date 2014-04-01
Rating 1.23/5 Total 13 Ratings
Developer jeremyfine365
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 URL is indexed by Google",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}