Ampify DevTools

Ampify DevTools

Ampify DevTools란 무엇입니까?

Ampify DevTools은(는) https://ampify.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ampify DevTools"입니다.

확장 프로그램 스크린샷

screenshot

Ampify DevTools 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Ampify Chrome extension is part of Ampify Developer Platform, which offers the most advanced devtool for a fast and accurate building of AMP sites, using minimal AMP coding and with a lean SaaS integration.

Use the extension to locally mirror your AMP site, as it is converted from the source HTML site. any change you make to conversion commands will be mirrorred via the extension. Once ready - you can push the Ampified site to the Ampify cloud, and integrate it with your site.

About Ampify:

Identical AMP made Possible: Accelerate growth with a devtool that empowers developers to quickly recreate complex websites as an identical AMP version.

-Automatically Identical:
Ampify's conversion algorithm automagically creates a pixel perfect AMP version of every page
This is Ampify's WP plugin. If you're an Ampify customer and you're interested in the

-jQuery to AMP:
Complex dynamic behaviors are easily recreated with jQuery, replacing cumbersome AMP coding

-AMP as a Service:
Ampify is SaaS based - minimal to no source code integration is needed.

Learn more and signup for free @ ampify.io                    

확장 프로그램 기본 정보

이름 Ampify DevTools Ampify DevTools
ID jekekbglgjnhmamgodohkaofcafbphmg
공식 URL https://chromewebstore.google.com/detail/ampify-devtools/jekekbglgjnhmamgodohkaofcafbphmg
설명 Ampify DevTools
파일 크기 21.7 KB
설치 횟수 91
현재 버전 1.1.1
최근 업데이트 2022-01-05
출시 날짜 2020-07-01
평점 5.00/5 총 2 개의 평점
개발자 https://ampify.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ampify.io
도움말 페이지 URL https://ampify.io/faq#chrome-extension
개인정보 보호 정책 페이지 URL https://ampify.io/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ampify DevTools",
    "short_name": "Ampify DevTools",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "Ampify DevTools",
    "browser_action": {
        "default_icon": "static\/logo.png"
    },
    "icons": {
        "16": "static\/icon16.png",
        "48": "static\/icon48.png",
        "128": "static\/icon128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "optional_permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "static\/*",
        "js\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}