Rich Results Test (Current Page)
Tests current page for Rich Results Schemas
Vad är Rich Results Test (Current Page)?
Rich Results Test (Current Page) är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Tests current page for Rich Results Schemas".
Tilläggsskärmbilder
Ladda ner Rich Results Test (Current Page)-förlängningens CRX-fil
Ladda ner Rich Results Test (Current Page)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This plugin enables users to test the current page for Rich Results schemas using Google's Rich Results Checker Tool. Grundläggande Information om Tillägg
| Namn | |
| ID | phdmafdkpgkmbbdkmlajmflmgmcapaoj |
| Officiell webbadress | https://chromewebstore.google.com/detail/rich-results-test-current/phdmafdkpgkmbbdkmlajmflmgmcapaoj |
| Beskrivning | Tests current page for Rich Results Schemas |
| Filstorlek | 48.58 KB |
| Antal Installationer | 155 |
| Aktuell Version | 0.0.0.1 |
| Senast Uppdaterad | 2019-10-11 |
| Publiceringsdatum | 2019-10-09 |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |