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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة سياسة الخصوصية 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
}