Tee Share

Print & Share both sides of the tees on Teespring.

Wat is Tee Share?

Tee Share is een Chrome-extensie ontwikkeld door http://mindon.github.com, en de belangrijkste functie is "Print & Share both sides of the tees on Teespring.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tee Share

Download Tee Share-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Tee Share Tee Share
ID flljbdpjfdnbehijbekgkcodgmmcgofa
Officiële URL https://chrome.google.com/webstore/detail/tee-share/flljbdpjfdnbehijbekgkcodgmmcgofa
Beschrijving Print & Share both sides of the tees on Teespring.
Bestandsgrootte 9.88 KB
Aantal Installaties 88
Huidige Versie 1.0.0
Laatst Bijgewerkt 2013-01-20
Publicatiedatum 2013-01-20
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://mindon.github.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://mindon.github.com/blog/2013/01/19/design-t-shirts-on-teespring/
URL van de Privacybeleid Pagina https://www.pinqic.com
Ondersteunde Talen 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
}