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」です。

拡張機能のスクリーンショット

screenshot
screenshot

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 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
Eメール [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"
    ]
}