AMPInspect
View the AMP version of websites you visit and discover the components they use.
AMPInspectとは何ですか?
AMPInspectはhttps://ampface.ioによって開発されたChromeの拡張機能で、その主な機能は「View the AMP version of websites you visit and discover the components they use.」です。
拡張機能のスクリーンショット
AMPInspect拡張機能のCRXファイルをダウンロード
AMPInspect拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This plugin displays a brief overview of websites using AMP (Accelerated Mobile Pages). For WordPress websites it will list if the official plugin has been installed (regardless if whether it's activated), and also lists whether the most popular non official AMP plugin has been installed. It display's this information on both AMP and non AMP WordPress URLs. For the official AMP plugin it will display the plugin version and mode when you visit an AMP page. For any AMP URL (WordPress or not) the popup lists the AMP components active on that page.
拡張機能の基本情報
名前 | AMPInspect |
ID | igdigflifnjnhooafgglmeefikobalhk |
公式URL | https://chromewebstore.google.com/detail/ampinspect/igdigflifnjnhooafgglmeefikobalhk |
説明 | View the AMP version of websites you visit and discover the components they use. |
ファイルサイズ | 23.03 KB |
インストール数 | 58 |
現在のバージョン | 1.1 |
最終更新日 | 2019-06-21 |
公開日 | 2019-06-20 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://ampface.io |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://ampface.io/?amp |
ヘルプページのURL | https://ampface.io/?amp |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AMPInspect", "version": "1.1", "manifest_version": 2, "description": "View the AMP version of websites you visit and discover the components they use.", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |