AMP Accelerated Mobile Page Reader
The AMP Project is all about improving the reading experience on mobile devices but it's not a technology limited to mobile. This…
AMP Accelerated Mobile Page Reader란 무엇입니까?
AMP Accelerated Mobile Page Reader은(는) https://dorightdigital.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The AMP Project is all about improving the reading experience on mobile devices but it's not a technology limited to mobile. This…"입니다.
확장 프로그램 스크린샷
AMP Accelerated Mobile Page Reader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The AMP Project is all about improving the reading experience on mobile devices but it's not a technology limited to mobile. This Chrome Extension gives desktop users the same benefits and is controlled by them. You set which pages, which domains you want to see AMP versions on. By default any time we find an AMP version we'll show it instead of the original page but you can set up your own preferences.
확장 프로그램 기본 정보
이름 | AMP Accelerated Mobile Page Reader |
ID | baodpdnidmedcpanneabeldenamaaeoe |
공식 URL | https://chromewebstore.google.com/detail/amp-accelerated-mobile-pa/baodpdnidmedcpanneabeldenamaaeoe |
설명 | The AMP Project is all about improving the reading experience on mobile devices but it's not a technology limited to mobile. This… |
파일 크기 | 150 KB |
설치 횟수 | 639 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2015-10-18 |
출시 날짜 | 2015-10-18 |
평점 | 4.25/5 총 8 개의 평점 |
개발자 | https://dorightdigital.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://dorightdigital.com/amp-chrome-extension |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AMP Accelerated Mobile Page Reader", "version": "1.0.1", "short_name": "AMP Reader", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "core\/config.js", "core\/helpers.js", "core\/stateManager.js", "core\/content.js" ] } ], "browser_action": { "default_icon": "icons\/default.png", "default_popup": "popup\/popup.html" }, "icons": { "16": "icons\/default16.png", "48": "icons\/default48.png", "128": "icons\/default.png" }, "background": { "scripts": [ "core\/background.js" ] }, "permissions": [ "tabs", "storage" ] } |