Tee Share
Print & Share both sides of the tees on Teespring.
Vad är Tee Share?
Tee Share är en Chrome-tillägg utvecklad av http://mindon.github.com, och dess huvudfunktion är "Print & Share both sides of the tees on Teespring.".
Tilläggsskärmbilder
Ladda ner Tee Share-förlängningens CRX-fil
Ladda ner Tee Share-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension help you to keep or share your T-Shirt design on TeeSpring.com
Grundläggande Information om Tillägg
Namn | |
ID | flljbdpjfdnbehijbekgkcodgmmcgofa |
Officiell webbadress | https://chrome.google.com/webstore/detail/tee-share/flljbdpjfdnbehijbekgkcodgmmcgofa |
Beskrivning | Print & Share both sides of the tees on Teespring. |
Filstorlek | 9.88 KB |
Antal Installationer | 88 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2013-01-20 |
Publiceringsdatum | 2013-01-20 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | http://mindon.github.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://mindon.github.com/blog/2013/01/19/design-t-shirts-on-teespring/ |
URL till Sekretesspolicy Sidan | https://www.pinqic.com |
Stödda Språk | 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 } |