Ampify DevTools

Ampify DevTools

什麼是Ampify DevTools?

Ampify DevTools是由https://ampify.io開發的Chrome擴展程式,該擴展的主要功能是“Ampify DevTools”。

擴展截圖

screenshot

下載Ampify DevTools擴展crx文件

下載Ampify DevTools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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'"
}