Rich Results Test (Current Page)
Tests current page for Rich Results Schemas
什麼是Rich Results Test (Current Page)?
Rich Results Test (Current Page)是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Tests current page for Rich Results Schemas”。
擴展截圖
下載Rich Results Test (Current Page)擴展crx文件
下載Rich Results Test (Current Page)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This plugin enables users to test the current page for Rich Results schemas using Google's Rich Results Checker Tool.
擴展基本資訊
名稱 | Rich Results Test (Current Page) |
ID | phdmafdkpgkmbbdkmlajmflmgmcapaoj |
官方網址 | https://chromewebstore.google.com/detail/rich-results-test-current/phdmafdkpgkmbbdkmlajmflmgmcapaoj |
簡介 | Tests current page for Rich Results Schemas |
檔案大小 | 48.58 KB |
安裝次數 | 155 |
目前版本 | 0.0.0.1 |
更新時間 | 2019-10-11 |
上架時間 | 2019-10-09 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | 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" ] } |