Meta Reader
Extension for reading meta, headers and images for the current page.
Apa itu Meta Reader?
Meta Reader adalah ekstensi Chrome yang dikembangkan oleh rattuedev, dan fitur utamanya adalah "Extension for reading meta, headers and images for the current page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Meta Reader
Unduh file ekstensi Meta Reader 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
One click SEO meta reader extension, allows quick and easy display of key SEO metrics for any page. Update 0.3 - Added Image section to list all images on page, along with their meta and a link to view in place - Changed layout to use tabs - Updated headers section to correctly show "None Found" Update 0.2 - Added support for Canonical and Robots tag
Informasi Dasar Ekstensi
Nama | Meta Reader |
ID | bodbimicombkcinchnmcbbhcjjfoookf |
URL Resmi | https://chromewebstore.google.com/detail/meta-reader/bodbimicombkcinchnmcbbhcjjfoookf |
Deskripsi | Extension for reading meta, headers and images for the current page. |
Ukuran File | 13.13 KB |
Jumlah Instalasi | 530 |
Versi Saat Ini | 0.3 |
Terakhir Diperbarui | 2017-03-07 |
Tanggal Publikasi | 2017-03-07 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | rattuedev |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Meta Reader", "description": "Extension for reading meta, headers and images for the current page.", "version": "0.3", "author": "Rattler", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Check page Meta" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab" ], "minimum_chrome_version": "51.0" } |