Tee Share

Print & Share both sides of the tees on Teespring.

什么是Tee Share?

Tee Share是由http://mindon.github.com开发的Chrome扩展程序,该扩展的主要功能是“Print & Share both sides of the tees on Teespring.”。

扩展截图

screenshot

下载Tee Share扩展crx文件

下载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
}