GlowTee

Glow Tee - Remove background & add glow to your Teespring shirts in seconds.

什么是GlowTee?

GlowTee是由Traian Turcu开发的Chrome扩展程序,该扩展的主要功能是“Glow Tee - Remove background & add glow to your Teespring shirts in seconds.”。

扩展截图

screenshot

下载GlowTee扩展crx文件

下载GlowTee扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Save hours every month while creating TeeSpring campaigns.

GlowTee is a Teespring helper which lets you download all the t-shirts available in a campaign (all colors, all models,both back and front) in a single click within seconds.

The extension adds a small icon in the top left corner of Teespring. Click the icon to download the t-shirts.

GlowTee saves a .zip archive containing all t-shirts, including a version of each t-shirt with a white edge glow or halo.                    

扩展基本信息

名称 GlowTee GlowTee
ID mkhgjlbcbdhgkoalibiaflnfcmdncenm
官方URL https://chrome.google.com/webstore/detail/mkhgjlbcbdhgkoalibiaflnfcmdncenm
简介 Glow Tee - Remove background & add glow to your Teespring shirts in seconds.
文件大小 94.15 KB
安装次数 99
当前版本 1.0.5
更新时间 2014-08-21
上架时间 2014-08-21
评分 2.50/5 共8次评分
开发者 Traian Turcu
付费类型 free
扩展官网 http://glowtee.net
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GlowTee",
    "version": "1.0.5",
    "manifest_version": 2,
    "description": "Glow Tee - Remove background & add glow to your Teespring shirts in seconds.",
    "homepage_url": "http:\/\/glowtee.net",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "contentSettings",
        "storage",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/teespring.com\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/jszip.min.js",
                "src\/inject\/FileSaver.js",
                "src\/inject\/canvas.compressed.js",
                "src\/inject\/inject.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "src\/inject\/icon.png",
        "js\/jquery\/jquery.min.map"
    ]
}