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 |
公式URL | 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" ] } |