Tee Share

Print & Share both sides of the tees on Teespring.

Apa itu Tee Share?

Tee Share adalah ekstensi Chrome yang dikembangkan oleh http://mindon.github.com, dan fitur utamanya adalah "Print & Share both sides of the tees on Teespring.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Tee Share

Unduh file ekstensi Tee Share dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Tee Share Tee Share
ID flljbdpjfdnbehijbekgkcodgmmcgofa
URL Resmi https://chrome.google.com/webstore/detail/tee-share/flljbdpjfdnbehijbekgkcodgmmcgofa
Deskripsi Print & Share both sides of the tees on Teespring.
Ukuran File 9.88 KB
Jumlah Instalasi 88
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2013-01-20
Tanggal Publikasi 2013-01-20
Penilaian 5.00/5 Total 1 Penilaian
Pengembang http://mindon.github.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://mindon.github.com/blog/2013/01/19/design-t-shirts-on-teespring/
URL Halaman Kebijakan Privasi https://www.pinqic.com
Bahasa yang Didukung 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
}