Rich Results Test (Current Page)
Tests current page for Rich Results Schemas
Apa itu Rich Results Test (Current Page)?
Rich Results Test (Current Page) adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Tests current page for Rich Results Schemas".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Rich Results Test (Current Page)
Unduh file ekstensi Rich Results Test (Current Page) 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 plugin enables users to test the current page for Rich Results schemas using Google's Rich Results Checker Tool.
Informasi Dasar Ekstensi
Nama | Rich Results Test (Current Page) |
ID | phdmafdkpgkmbbdkmlajmflmgmcapaoj |
URL Resmi | https://chromewebstore.google.com/detail/rich-results-test-current/phdmafdkpgkmbbdkmlajmflmgmcapaoj |
Deskripsi | Tests current page for Rich Results Schemas |
Ukuran File | 48.58 KB |
Jumlah Instalasi | 155 |
Versi Saat Ini | 0.0.0.1 |
Terakhir Diperbarui | 2019-10-11 |
Tanggal Publikasi | 2019-10-09 |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rich Results Test (Current Page)", "version": "0.0.0.1", "manifest_version": 2, "description": "Tests current page for Rich Results Schemas", "homepage_url": "https:\/\/lukestorer.co.uk", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "Rich Results Test", "default_icon": "icon.png" }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "tabs" ] } |