Indexing Test

Test if the current page is indexed by Google

Wat is Indexing Test?

Indexing Test is een Chrome-extensie ontwikkeld door benzihomo, en de belangrijkste functie is "Test if the current page is indexed by Google".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Indexing Test

Download Indexing Test-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Indexing Test Indexing Test
ID lgonpmchaeokedifbjenbcnjcdefdceg
Officiële URL https://chrome.google.com/webstore/detail/indexing-test/lgonpmchaeokedifbjenbcnjcdefdceg
Beschrijving Test if the current page is indexed by Google
Bestandsgrootte 8.9 KB
Aantal Installaties 40,015
Huidige Versie 0.1
Laatst Bijgewerkt 2014-03-11
Publicatiedatum 2014-03-11
Beoordeling 2.14/5 Totaal 21 Beoordelingen
Ontwikkelaar benzihomo
Betalingswijze free
Ondersteunde Talen 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
}