畅易阁小程序助手

‘畅易阁助手’小程序的助手,交流群:635421999

Qu'est-ce que 畅易阁小程序助手 ?

畅易阁小程序助手 est une extension Chrome développée par https://www.mqllin.cn, et sa fonction principale est "‘畅易阁助手’小程序的助手,交流群:635421999".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 畅易阁小程序助手

Téléchargez les fichiers d'extension 畅易阁小程序助手 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        本插件是为《畅易阁助手》小程序量身定制的助手插件,可以与小程序实现联动扫一扫立刻查询该商品的历史交易价格。                    

Informations de Base sur l'Extension

Nom 畅易阁小程序助手 畅易阁小程序助手
ID dnaplilmhhcejbeciepgfgmgnkokmlmi
URL Officiel https://chromewebstore.google.com/detail/%E7%95%85%E6%98%93%E9%98%81%E5%B0%8F%E7%A8%8B%E5%BA%8F%E5%8A%A9%E6%89%8B/dnaplilmhhcejbeciepgfgmgnkokmlmi
Description ‘畅易阁助手’小程序的助手,交流群:635421999
Taille du Fichier 530 KB
Nombre d'Installations 20
Version Actuelle 1.0.1
Dernière Mise à Jour 2020-05-11
Date de Publication 2020-05-08
Développeur https://www.mqllin.cn
Email [email protected]
Type de Paiement free
Langues Prises en Charge en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u7545\u6613\u9601\u5c0f\u7a0b\u5e8f\u52a9\u624b",
    "version": "1.0.1",
    "description": "__MSG_pluginDesc__",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-1.8.3.js",
                "js\/qrcode.min.js",
                "js\/content-script.js"
            ],
            "css": [
                "css\/custom.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*\/*.png",
                "*:\/\/*\/*.jpg",
                "*:\/\/*\/*.gif",
                "*:\/\/*\/*.bmp"
            ],
            "js": [
                "js\/show-image-content-size.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/cyg.changyou.com\/details\/*",
        "https:\/\/cyg.changyou.com\/details\/*"
    ],
    "web_accessible_resources": [
        "js\/jquery-1.8.3.js",
        "js\/inject.js"
    ],
    "homepage_url": "https:\/\/www.mqllin.cn\/",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "omnibox": {
        "keyword": "go"
    },
    "default_locale": "zh_CN",
    "devtools_page": "devtools.html"
}