GlowTee

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

GlowTeeคืออะไร?

GlowTee เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Traian Turcu และคุณลักษณะหลักของมันคือ "Glow Tee - Remove background & add glow to your Teespring shirts in seconds."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GlowTee

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}