Tee Share

Print & Share both sides of the tees on Teespring.

Tee Share là gì?

Tee Share là một tiện ích mở rộng Chrome được phát triển bởi http://mindon.github.com, và tính năng chính của nó là "Print & Share both sides of the tees on Teespring.".

Ả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 Tee Share

Tải xuống các tệp mở rộng Tee Share 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

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

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

Tên Tee Share Tee Share
ID flljbdpjfdnbehijbekgkcodgmmcgofa
URL Chính Thức https://chrome.google.com/webstore/detail/tee-share/flljbdpjfdnbehijbekgkcodgmmcgofa
Mô tả Print & Share both sides of the tees on Teespring.
Kích Thước Tệp 9.88 KB
Số Lần Cài Đặt 88
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2013-01-20
Ngày Phát Hành 2013-01-20
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://mindon.github.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://mindon.github.com/blog/2013/01/19/design-t-shirts-on-teespring/
URL Trang Chính Sách Bảo Mật https://www.pinqic.com
Ngôn Ngữ Được Hỗ Trợ 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
}