Indexing Test

Test if the current page is indexed by Google

Apa itu Indexing Test?

Indexing Test adalah ekstensi Chrome yang dikembangkan oleh benzihomo, dan fitur utamanya adalah "Test if the current page is indexed by Google".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Indexing Test

Unduh file ekstensi Indexing Test dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Indexing Test Indexing Test
ID lgonpmchaeokedifbjenbcnjcdefdceg
URL Resmi https://chrome.google.com/webstore/detail/indexing-test/lgonpmchaeokedifbjenbcnjcdefdceg
Deskripsi Test if the current page is indexed by Google
Ukuran File 8.9 KB
Jumlah Instalasi 40,015
Versi Saat Ini 0.1
Terakhir Diperbarui 2014-03-11
Tanggal Publikasi 2014-03-11
Penilaian 2.14/5 Total 21 Penilaian
Pengembang benzihomo
Tipe Pembayaran free
Bahasa yang Didukung 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
}