AMP Readiness Tool
Identify web technologies that are relevant to AMP
AMP Readiness Toolとは何ですか?
AMP Readiness Toolはamp-readiness-tool-adminによって開発されたChromeの拡張機能で、その主な機能は「Identify web technologies that are relevant to AMP」です。
拡張機能のスクリーンショット
AMP Readiness Tool拡張機能のCRXファイルをダウンロード
AMP Readiness Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
AMP Readiness tool allows you to see what third-party technologies are used on a site and whether you can implement them using AMP.
拡張機能の基本情報
名前 | AMP Readiness Tool |
ID | fadclbipdhchagpdkjfcpippejnekimg |
公式URL | https://chromewebstore.google.com/detail/amp-readiness-tool/fadclbipdhchagpdkjfcpippejnekimg |
説明 | Identify web technologies that are relevant to AMP |
ファイルサイズ | 1.2 MB |
インストール数 | 330 |
現在のバージョン | 4.0.3 |
最終更新日 | 2019-06-13 |
公開日 | 2019-06-13 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | amp-readiness-tool-admin |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | id,de,en,fr,tr,es,it,pl,pt-BR,ro,sk,el,ru,uk,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AMP Readiness Tool", "short_name": "AMP Readiness Tool", "author": "Jeffrey Jose, Phillip Kriegel, Frank Broersen", "homepage_url": "https:\/\/github.com\/ampproject\/ampbench\/tree\/master\/readiness-tool", "description": "Identify web technologies that are relevant to AMP", "version": "4.0.3", "default_locale": "en", "manifest_version": 2, "icons": { "16": "images\/amp-readiness-new.png", "48": "images\/amp-readiness-new.png", "128": "images\/amp-readiness-new.png" }, "page_action": { "default_icon": "images\/amp-readiness-new.png", "default_title": "AMP Readiness Tool", "default_popup": "html\/popup.html" }, "background": { "page": "html\/background.html", "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "node_modules\/webextension-polyfill\/dist\/browser-polyfill.js", "js\/content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "js\/inject.js" ], "options_page": "html\/options.html", "options_ui": { "page": "html\/options.html", "open_in_tab": false }, "permissions": [ "https:\/\/www.google-analytics.com\/", "storage", "cookies", "storage", "tabs", "webRequest", "webNavigation", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |