GlowTee

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

GlowTee là gì?

GlowTee là một tiện ích mở rộng Chrome được phát triển bởi Traian Turcu, và tính năng chính của nó là "Glow Tee - Remove background & add glow to your Teespring shirts in seconds.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng GlowTee

Tải xuống các tệp mở rộng GlowTee dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GlowTee GlowTee
ID mkhgjlbcbdhgkoalibiaflnfcmdncenm
URL Chính Thức https://chrome.google.com/webstore/detail/mkhgjlbcbdhgkoalibiaflnfcmdncenm
Mô tả Glow Tee - Remove background & add glow to your Teespring shirts in seconds.
Kích Thước Tệp 94.15 KB
Số Lần Cài Đặt 99
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2014-08-21
Ngày Phát Hành 2014-08-21
Đánh Giá 2.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Traian Turcu
Loại Thanh Toán free
Trang Web Mở Rộng http://glowtee.net
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}