Tee Share
Print & Share both sides of the tees on Teespring.
Hvad er Tee Share?
Tee Share er en Chrome-udvidelse udviklet af http://mindon.github.com, og dens hovedfunktion er "Print & Share both sides of the tees on Teespring.".
Udvidelsesskærmbilleder
Download Tee Share-udvidelses-CRX-fil
Download Tee Share-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension help you to keep or share your T-Shirt design on TeeSpring.com
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | flljbdpjfdnbehijbekgkcodgmmcgofa |
Officiel URL | https://chrome.google.com/webstore/detail/tee-share/flljbdpjfdnbehijbekgkcodgmmcgofa |
Beskrivelse | Print & Share both sides of the tees on Teespring. |
Filstørrelse | 9.88 KB |
Antal Installationer | 88 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2013-01-20 |
Udgivelsesdato | 2013-01-20 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | http://mindon.github.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://mindon.github.com/blog/2013/01/19/design-t-shirts-on-teespring/ |
URL til Fortrolighedspolitik Side | https://www.pinqic.com |
Understøttede Sprog | 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 } |