店酷装修辅助工具

店酷装修辅助工具,解决店铺装修常见问题。

What is 店酷装修辅助工具?

店酷装修辅助工具 is a Chrome extension developed by dinglun.hong, and its main feature is "店酷装修辅助工具,解决店铺装修常见问题。".

Extension Screenshots

screenshot

Download 店酷装修辅助工具 Extension CRX File

Download 店酷装修辅助工具 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        店酷装修辅助工具,解决店铺装修常见问题。主要功能包含如下:1、淘宝、天猫、1688无线端自定义热点。2、淘宝、天猫显示/隐藏子页面设计师模块。3、淘宝、天猫显示/隐藏导航条。4、淘宝、天猫开启/关闭页头下边距10像素,主要用于去除淘宝基础版页头下边距10像素。                    

Extension Basic Information

Name 店酷装修辅助工具 店酷装修辅助工具
ID gdjnjmchlgomkdafkfilmddeajemlpnp
Official URL https://chrome.google.com/webstore/detail/%E5%BA%97%E9%85%B7%E8%A3%85%E4%BF%AE%E8%BE%85%E5%8A%A9%E5%B7%A5%E5%85%B7/gdjnjmchlgomkdafkfilmddeajemlpnp
Description 店酷装修辅助工具,解决店铺装修常见问题。
File Size 56.94 KB
Installation Count 171
Current Version 2.0.2
Last Updated 2019-08-23
Publish Date 2019-08-23
Rating 5.00/5 Total 1 Ratings
Developer dinglun.hong
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u5e97\u9177\u88c5\u4fee\u8f85\u52a9\u5de5\u5177",
    "description": "\u5e97\u9177\u88c5\u4fee\u8f85\u52a9\u5de5\u5177\uff0c\u89e3\u51b3\u5e97\u94fa\u88c5\u4fee\u5e38\u89c1\u95ee\u9898\u3002",
    "version": "2.0.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            ".\/js\/jquery-2.0.0.min.js",
            ".\/js\/background.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "\u5e97\u9177\u4fee\u8f85\u52a9\u5de5\u5177",
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs",
        "notifications",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mobiledesign.1688.com\/decorate.htm*",
                "*:\/\/mdq.1688.com\/site\/*\/design\/page\/wp\/design\/view.htm*",
                "*:\/\/siteadmin.taobao.com\/design.htm*",
                "*:\/\/siteadmin.taobao.com\/layout.htm*",
                "*:\/\/siteadmin.tmall.com\/design.htm*",
                "*:\/\/siteadmin.tmall.com\/layout.htm*",
                "*:\/\/wuxian.taobao.com\/decorate\/newEdit.htm*",
                "*:\/\/tadget.taobao.com\/redaction\/manager.htm*",
                "*:\/\/wuxian.taobao.com\/shopdecorate\/pageEditor.htm*",
                "*:\/\/wangpu.taobao.com\/shopdecorate\/pageEditor.htm*",
                "*:\/\/stream.taobao.com\/plugin.htm*"
            ],
            "js": [
                ".\/js\/jquery-2.0.0.min.js",
                ".\/js\/content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}