Tee Share

Print & Share both sides of the tees on Teespring.

¿Qué es Tee Share?

Tee Share es una extensión de Chrome desarrollada por http://mindon.github.com, y su función principal es "Print & Share both sides of the tees on Teespring.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Tee Share

Descarga archivos de extensión Tee Share en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Tee Share Tee Share
ID flljbdpjfdnbehijbekgkcodgmmcgofa
URL Oficial https://chrome.google.com/webstore/detail/tee-share/flljbdpjfdnbehijbekgkcodgmmcgofa
Descripción Print & Share both sides of the tees on Teespring.
Tamaño del Archivo 9.88 KB
Cantidad de Instalaciones 88
Versión Actual 1.0.0
Última Actualización 2013-01-20
Fecha de Publicación 2013-01-20
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador http://mindon.github.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://mindon.github.com/blog/2013/01/19/design-t-shirts-on-teespring/
URL de la Página de Política de Privacidad https://www.pinqic.com
Idiomas Soportados 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
}