Meteor Importer
Import menus directly into Shopify from Bacon Mega Menu
什麼是Meteor Importer?
Meteor Importer是由https://www.heliumdev.com開發的Chrome擴展程式,該擴展的主要功能是“Import menus directly into Shopify from Bacon Mega Menu”。
擴展截圖
下載Meteor Importer擴展crx文件
下載Meteor Importer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        This tool imports Bacon Mega Menu data directly into Shopify's navigation system to be used by Meteor.                     擴展基本資訊
| 名稱 |   |  
| ID | opagapmmpnbjojgmbcdfeedankigddbk | 
| 官方網址 | https://chromewebstore.google.com/detail/meteor-importer/opagapmmpnbjojgmbcdfeedankigddbk | 
| 簡介 | Import menus directly into Shopify from Bacon Mega Menu | 
| 檔案大小 | 8.3 MB | 
| 安裝次數 | 13 | 
| 目前版本 | 1.6 | 
| 更新時間 | 2019-03-08 | 
| 上架時間 | 2019-03-08 | 
| 開發者 | https://www.heliumdev.com | 
| 付費類型 | free | 
| 擴展官網 | https://apps.shopify.com/meteor-mega-menus | 
| 支援的語言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Meteor Importer",
    "description": "Import menus directly into Shopify from Bacon Mega Menu",
    "version": "1.6",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "prompt.html"
    },
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.myshopify.com\/admin\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}  |  |