Indexing Test

Test if the current page is indexed by Google

Co je Indexing Test?

Indexing Test je rozšíření Chrome vyvinuté benzihomo, a jeho hlavní funkcí je „Test if the current page is indexed by Google“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Indexing Test

Stáhněte si soubory rozšíření Indexing Test ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Indexing Test Indexing Test
ID lgonpmchaeokedifbjenbcnjcdefdceg
Oficiální URL https://chrome.google.com/webstore/detail/indexing-test/lgonpmchaeokedifbjenbcnjcdefdceg
Popis Test if the current page is indexed by Google
Velikost souboru 8.9 KB
Počet instalací 40,015
Aktuální Verze 0.1
Poslední Aktualizace 2014-03-11
Datum Vydání 2014-03-11
Hodnocení 2.14/5 Celkem 21 Hodnocení
Vývojář benzihomo
Typ Platby free
Podporované Jazyky 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
}