AMP Assistant (by Superchargify)

Detect & open Superchargify AMP pages

什么是AMP Assistant (by Superchargify)?

AMP Assistant (by Superchargify)是由https://superchargify.com开发的Chrome扩展程序,该扩展的主要功能是“Detect & open Superchargify AMP pages”。

扩展截图

screenshot

下载AMP Assistant (by Superchargify)扩展crx文件

下载AMP Assistant (by Superchargify)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Usage:

1. Open any product, collection or blog post from a Shopify store using Superchargify.
2. Click on the icon!

Demo: https://demo.superchargify.com/products/dark-denim-top                    

扩展基本信息

名称 AMP Assistant (by Superchargify) AMP Assistant (by Superchargify)
ID ncjkifgbdogipllbnhedgfofkkjjdmpf
官方URL https://chromewebstore.google.com/detail/amp-assistant-by-supercha/ncjkifgbdogipllbnhedgfofkkjjdmpf
简介 Detect & open Superchargify AMP pages
文件大小 451 KB
安装次数 43
当前版本 1.1
更新时间 2020-02-09
上架时间 2020-02-09
开发者 https://superchargify.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/superchargify/amp-assistant
帮助页面URL https://www.superchargify.com/faq/
隐私政策页面URL https://www.superchargify.com/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AMP Assistant (by Superchargify)",
    "version": "1.1",
    "description": "Detect & open Superchargify AMP pages",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_title": "Click to open Superchargify AMP page in a new tab"
    },
    "author": "Superchargify",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ],
    "homepage_url": "https:\/\/github.com\/superchargify\/amp-assistant",
    "short_name": "AMP Assistant"
}