Tee Share
Print & Share both sides of the tees on Teespring.
Co to jest Tee Share?
Tee Share to rozszerzenie Chrome opracowane przez http://mindon.github.com, a jego główną funkcją jest „Print & Share both sides of the tees on Teespring.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tee Share
Pobierz pliki rozszerzeń Tee Share w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension help you to keep or share your T-Shirt design on TeeSpring.com
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | flljbdpjfdnbehijbekgkcodgmmcgofa |
Oficjalny URL | https://chrome.google.com/webstore/detail/tee-share/flljbdpjfdnbehijbekgkcodgmmcgofa |
Opis | Print & Share both sides of the tees on Teespring. |
Rozmiar pliku | 9.88 KB |
Liczba instalacji | 88 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2013-01-20 |
Data Publikacji | 2013-01-20 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | http://mindon.github.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://mindon.github.com/blog/2013/01/19/design-t-shirts-on-teespring/ |
Adres URL Strony Polityki Prywatności | https://www.pinqic.com |
Obsługiwane Języki | 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 } |