Tee Share

Print & Share both sides of the tees on Teespring.

Co je Tee Share?

Tee Share je rozšíření Chrome vyvinuté http://mindon.github.com, a jeho hlavní funkcí je „Print & Share both sides of the tees on Teespring.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Tee Share

Stáhněte si soubory rozšíření Tee Share ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Tee Share Tee Share
ID flljbdpjfdnbehijbekgkcodgmmcgofa
Oficiální URL https://chrome.google.com/webstore/detail/tee-share/flljbdpjfdnbehijbekgkcodgmmcgofa
Popis Print & Share both sides of the tees on Teespring.
Velikost souboru 9.88 KB
Počet instalací 88
Aktuální Verze 1.0.0
Poslední Aktualizace 2013-01-20
Datum Vydání 2013-01-20
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář http://mindon.github.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://mindon.github.com/blog/2013/01/19/design-t-shirts-on-teespring/
URL Stránky Zásad Ochrany Soukromí https://www.pinqic.com
Podporované Jazyky 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
}