Tee Share

Print & Share both sides of the tees on Teespring.

O que é Tee Share?

Tee Share é uma extensão do Chrome desenvolvida por http://mindon.github.com, e sua principal característica é "Print & Share both sides of the tees on Teespring.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tee Share

Baixe arquivos de extensão Tee Share no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Tee Share Tee Share
ID flljbdpjfdnbehijbekgkcodgmmcgofa
URL Oficial https://chrome.google.com/webstore/detail/tee-share/flljbdpjfdnbehijbekgkcodgmmcgofa
Descrição Print & Share both sides of the tees on Teespring.
Tamanho do Arquivo 9.88 KB
Contagem de Instalações 88
Versão Atual 1.0.0
Última Atualização 2013-01-20
Data de Publicação 2013-01-20
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor http://mindon.github.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://mindon.github.com/blog/2013/01/19/design-t-shirts-on-teespring/
URL da Página de Política de Privacidade https://www.pinqic.com
Idiomas Suportados 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
}