Indexing Test

Test if the current page is indexed by Google

Vad är Indexing Test?

Indexing Test är en Chrome-tillägg utvecklad av benzihomo, och dess huvudfunktion är "Test if the current page is indexed by Google".

Tilläggsskärmbilder

screenshot

Ladda ner Indexing Test-förlängningens CRX-fil

Ladda ner Indexing Test-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Indexing Test Indexing Test
ID lgonpmchaeokedifbjenbcnjcdefdceg
Officiell webbadress https://chrome.google.com/webstore/detail/indexing-test/lgonpmchaeokedifbjenbcnjcdefdceg
Beskrivning Test if the current page is indexed by Google
Filstorlek 8.9 KB
Antal Installationer 40,015
Aktuell Version 0.1
Senast Uppdaterad 2014-03-11
Publiceringsdatum 2014-03-11
Betyg 2.14/5 Totalt 21 Betyg
Utvecklare benzihomo
Betalningssätt free
Stödda Språk 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
}