Indexing Test

Test if the current page is indexed by Google

Qu'est-ce que Indexing Test ?

Indexing Test est une extension Chrome développée par benzihomo, et sa fonction principale est "Test if the current page is indexed by Google".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Indexing Test

Téléchargez les fichiers d'extension Indexing Test au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Indexing Test Indexing Test
ID lgonpmchaeokedifbjenbcnjcdefdceg
URL Officiel https://chrome.google.com/webstore/detail/indexing-test/lgonpmchaeokedifbjenbcnjcdefdceg
Description Test if the current page is indexed by Google
Taille du Fichier 8.9 KB
Nombre d'Installations 40,015
Version Actuelle 0.1
Dernière Mise à Jour 2014-03-11
Date de Publication 2014-03-11
Évaluation 2.14/5 Total 21 Évaluations
Développeur benzihomo
Type de Paiement free
Langues Prises en Charge 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
}