Rich Results Test (Current Page)
Tests current page for Rich Results Schemas
Hvad er Rich Results Test (Current Page)?
Rich Results Test (Current Page) er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Tests current page for Rich Results Schemas".
Udvidelsesskærmbilleder
Download Rich Results Test (Current Page)-udvidelses-CRX-fil
Download Rich Results Test (Current Page)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This plugin enables users to test the current page for Rich Results schemas using Google's Rich Results Checker Tool. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | phdmafdkpgkmbbdkmlajmflmgmcapaoj |
| Officiel URL | https://chromewebstore.google.com/detail/rich-results-test-current/phdmafdkpgkmbbdkmlajmflmgmcapaoj |
| Beskrivelse | Tests current page for Rich Results Schemas |
| Filstørrelse | 48.58 KB |
| Antal Installationer | 155 |
| Nuværende Version | 0.0.0.1 |
| Senest Opdateret | 2019-10-11 |
| Udgivelsesdato | 2019-10-09 |
| Udvikler | Unknown |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |