AMP Readiness Tool
Identify web technologies that are relevant to AMP
What is AMP Readiness Tool?
AMP Readiness Tool is a Chrome extension developed by amp-readiness-tool-admin, and its main feature is "Identify web technologies that are relevant to AMP".
Extension Screenshots
Download AMP Readiness Tool Extension CRX File
Download AMP Readiness Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
AMP Readiness tool allows you to see what third-party technologies are used on a site and whether you can implement them using AMP.
Extension Basic Information
Name | AMP Readiness Tool |
ID | fadclbipdhchagpdkjfcpippejnekimg |
Official URL | https://chromewebstore.google.com/detail/amp-readiness-tool/fadclbipdhchagpdkjfcpippejnekimg |
Description | Identify web technologies that are relevant to AMP |
File Size | 1.2 MB |
Installation Count | 330 |
Current Version | 4.0.3 |
Last Updated | 2019-06-13 |
Publish Date | 2019-06-13 |
Rating | 5.00/5 Total 2 Ratings |
Developer | amp-readiness-tool-admin |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |