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”。
擴展截圖
下載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 擴展基本資訊
| 名稱 | |
| ID | ncjkifgbdogipllbnhedgfofkkjjdmpf |
| 官方網址 | 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"
} | |