Tee Share

Print & Share both sides of the tees on Teespring.

Tee Shareคืออะไร?

Tee Share เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://mindon.github.com และคุณลักษณะหลักของมันคือ "Print & Share both sides of the tees on Teespring."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Tee Share ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension help you to keep or share your T-Shirt design on TeeSpring.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tee Share Tee Share
ID flljbdpjfdnbehijbekgkcodgmmcgofa
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tee-share/flljbdpjfdnbehijbekgkcodgmmcgofa
คำอธิบาย Print & Share both sides of the tees on Teespring.
ขนาดไฟล์ 9.88 KB
จำนวนการติดตั้ง 88
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2013-01-20
วันที่เผยแพร่ 2013-01-20
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://mindon.github.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://mindon.github.com/blog/2013/01/19/design-t-shirts-on-teespring/
URL หน้านโยบายความเป็นส่วนตัว https://www.pinqic.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tee Share",
    "description": "Print & Share both sides of the tees on Teespring.",
    "version": "1.0.0",
    "browser_action": {
        "default_title": "Print & Share both sides of the tees on Teespring.",
        "default_icon": "20.png"
    },
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "16": "20.png"
    },
    "background": {
        "page": "air.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.teespring.com\/*",
                "http:\/\/teespring.com\/*"
            ],
            "js": [
                "tee.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "http:\/\/www.teespring.com\/*",
        "http:\/\/teespring.com\/*"
    ],
    "homepage_url": "http:\/\/mindon.github.com\/",
    "manifest_version": 2
}