SEO Inspector

SEO Inspector scans the active page and applies a set of customizable rules to its contents. The results of the scan are displayed…

Apa itu SEO Inspector?

SEO Inspector adalah ekstensi Chrome yang dikembangkan oleh robertdonaver, dan fitur utamanya adalah "SEO Inspector scans the active page and applies a set of customizable rules to its contents. The results of the scan are displayed…".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi SEO Inspector

Unduh file ekstensi SEO Inspector 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

                        SEO Inspector scans the active page and applies a set of customizable rules to its contents. The results of the scan are displayed on a simple, elegant interface for manual inspection.                    

Informasi Dasar Ekstensi

Nama SEO Inspector SEO Inspector
ID ddajjckmkjalomocdjfjamcnlhlhdeaj
URL Resmi https://chromewebstore.google.com/detail/seo-inspector/ddajjckmkjalomocdjfjamcnlhlhdeaj
Deskripsi SEO Inspector scans the active page and applies a set of customizable rules to its contents. The results of the scan are displayed…
Ukuran File 117 KB
Jumlah Instalasi 246
Versi Saat Ini 0.1.4
Terakhir Diperbarui 2017-10-16
Tanggal Publikasi 2017-10-16
Penilaian 5.00/5 Total 2 Penilaian
Pengembang robertdonaver
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SEO Inspector",
    "version": "0.1.4",
    "browser_action": {
        "default_icon": "icon2.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script\/lib\/jquery-3.2.1.min.js",
                "script\/content.js"
            ]
        }
    ]
}