SEO Inspector
This extension allows to easily inspect important SEO data for each website by just using the chrome developer panel
Apa itu SEO Inspector?
SEO Inspector adalah ekstensi Chrome yang dikembangkan oleh codefrog0, dan fitur utamanya adalah "This extension allows to easily inspect important SEO data for each website by just using the chrome developer panel".
Screenshot Ekstensi
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
Informasi Dasar Ekstensi
Nama | SEO Inspector |
ID | iejckekdjogeeilmllnabmgkbbmedeal |
URL Resmi | https://chromewebstore.google.com/detail/seo-inspector/iejckekdjogeeilmllnabmgkbbmedeal |
Deskripsi | This extension allows to easily inspect important SEO data for each website by just using the chrome developer panel |
Ukuran File | 58.53 KB |
Jumlah Instalasi | 1,594 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2017-03-29 |
Tanggal Publikasi | 2017-03-29 |
Penilaian | 4.88/5 Total 8 Penilaian |
Pengembang | codefrog0 |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SEO Inspector", "description": "This extension allows to easily inspect important SEO data for each website by just using the chrome developer panel", "version": "1.0.2", "devtools_page": "devtools.html", "options_page": "Panel\/AppTesterPanel.html", "background": { "persistent": false, "page": "background.html" }, "icons": { "16": "icon\/[email protected]", "48": "icon\/[email protected]", "128": "icon\/[email protected]" }, "browser_action": { "default_icon": "icon\/[email protected]", "default_popup": "popup.html" }, "permissions": [ "activeTab", "*:\/\/*\/*", "storage" ], "sandbox": { "pages": [ "sandboxed.html" ] } } |