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
Eメール [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"
}