⚡️ Desktop AMP

Load the AMP version of a page if available

⚡️ Desktop AMP란 무엇입니까?

⚡️ Desktop AMP은(는) Ed Lea에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Load the AMP version of a page if available"입니다.

확장 프로그램 스크린샷

screenshot

⚡️ Desktop AMP 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The AMP Project (https://www.ampproject.org) aims to improve the experience of reading web content on mobile clients.

There's no reason to only consume AMP enabled content on mobile. For that reason we've built Safari and Chrome extensions that will load AMP versions of articles when present.                    

확장 프로그램 기본 정보

이름 ⚡️ Desktop AMP ⚡️ Desktop AMP
ID igokgmnkplcfgnegidccbgmlnecaffhh
공식 URL https://chromewebstore.google.com/detail/%E2%9A%A1%EF%B8%8F-desktop-amp/igokgmnkplcfgnegidccbgmlnecaffhh
설명 Load the AMP version of a page if available
파일 크기 45.22 KB
설치 횟수 579
현재 버전 2.3.1
최근 업데이트 2016-09-04
출시 날짜 2016-09-04
평점 4.04/5 총 23 개의 평점
개발자 Ed Lea
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/edlea/DesktopAMP
도움말 페이지 URL https://github.com/edlea/DesktopAMP/issues
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u26a1\ufe0f Desktop AMP",
    "short_name": "Desktop \u26a1\ufe0f",
    "description": "Load the AMP version of a page if available",
    "author": "Ed Lea",
    "version": "2.3.1",
    "content_scripts": [
        {
            "js": [
                "amp.js"
            ],
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "history"
    ],
    "manifest_version": 2,
    "icons": {
        "16": "icons\/Icon-16.png",
        "48": "icons\/Icon-48.png",
        "128": "icons\/Icon-128.png"
    }
}