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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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'" } |