Rich Results - Structured Data Test Plugin
Extension checks the current URL in browser with Google's Rich Results Test Tool
什么是Rich Results - Structured Data Test Plugin?
Rich Results - Structured Data Test Plugin是由https://www.mertazizoglu.com开发的Chrome扩展程序,该扩展的主要功能是“Extension checks the current URL in browser with Google's Rich Results Test Tool”。
扩展截图
下载Rich Results - Structured Data Test Plugin扩展crx文件
下载Rich Results - Structured Data Test Plugin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
* The extension checks the current landing page in browser with Google's Rich Results Test Tool. Google announced the Rich Results Test fully supports all Google Search rich result features. In addition, Google is preparing to deprecate the Structured Data Testing Tool. - Google announcement: https://webmasters.googleblog.com/2020/07/rich-results-test-out-of-beta.html * Usage: - Install and activate the extension and it is ready for check. Just visit any landing page that you want to test and click on the RR plugin icon on the top right extension bar of your Chrome browser. That is all!
扩展基本信息
名称 | Rich Results - Structured Data Test Plugin |
ID | gmehpcfpaonknlejnigoloimmpcibhfc |
官方URL | https://chromewebstore.google.com/detail/rich-results-structured-d/gmehpcfpaonknlejnigoloimmpcibhfc |
简介 | Extension checks the current URL in browser with Google's Rich Results Test Tool |
文件大小 | 22.23 KB |
安装次数 | 2,812 |
当前版本 | 1.2 |
更新时间 | 2021-08-16 |
上架时间 | 2020-07-08 |
评分 | 4.78/5 共9次评分 |
开发者 | https://www.mertazizoglu.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://zeo.org/ |
帮助页面URL | https://zeo.org/contact-us/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rich Results - Structured Data Test Plugin", "version": "1.2", "manifest_version": 2, "description": "Extension checks the current URL in browser with Google's Rich Results Test Tool", "browser_action": { "default_icon": "icon.png", "defaul_site": "https:\/\/zeo.org" }, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab" ] } |