Tee Share

Print & Share both sides of the tees on Teespring.

Cos'è Tee Share?

Tee Share è un'estensione di Chrome sviluppata da http://mindon.github.com, e la sua funzione principale è "Print & Share both sides of the tees on Teespring.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tee Share

Scarica i file di estensione Tee Share in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Tee Share Tee Share
ID flljbdpjfdnbehijbekgkcodgmmcgofa
URL Ufficiale https://chrome.google.com/webstore/detail/tee-share/flljbdpjfdnbehijbekgkcodgmmcgofa
Descrizione Print & Share both sides of the tees on Teespring.
Dimensione del File 9.88 KB
Conteggio Installazioni 88
Versione Corrente 1.0.0
Ultimo Aggiornamento 2013-01-20
Data di Pubblicazione 2013-01-20
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://mindon.github.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://mindon.github.com/blog/2013/01/19/design-t-shirts-on-teespring/
URL della Pagina della Politica sulla Privacy https://www.pinqic.com
Lingue Supportate 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
}