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 |
官方網址 | 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" ] } |