Indexing Test

Test if the URL is indexed by Google

Apa itu Indexing Test?

Indexing Test adalah ekstensi Chrome yang dikembangkan oleh jeremyfine365, dan fitur utamanya adalah "Test if the URL 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 quickly check if the page you are viewing has been indexed by Google. Simply navigate to the link you want to check and click "Indexing Test".                    

Informasi Dasar Ekstensi

Nama Indexing Test Indexing Test
ID cgbeihidkikgdcoogkeoeconphggdhop
URL Resmi https://chrome.google.com/webstore/detail/indexing-test/cgbeihidkikgdcoogkeoeconphggdhop
Deskripsi Test if the URL is indexed by Google
Ukuran File 18.78 KB
Jumlah Instalasi 20,000
Versi Saat Ini 0.1
Terakhir Diperbarui 2014-04-01
Tanggal Publikasi 2014-04-01
Penilaian 1.23/5 Total 13 Penilaian
Pengembang jeremyfine365
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 URL is indexed by Google",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}