Tee Share
Print & Share both sides of the tees on Teespring.
What is Tee Share?
Tee Share is a Chrome extension developed by http://mindon.github.com, and its main feature is "Print & Share both sides of the tees on Teespring.".
Extension Screenshots
Download Tee Share Extension CRX File
Download Tee Share extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension help you to keep or share your T-Shirt design on TeeSpring.com
Extension Basic Information
Name | |
ID | flljbdpjfdnbehijbekgkcodgmmcgofa |
Official URL | https://chrome.google.com/webstore/detail/tee-share/flljbdpjfdnbehijbekgkcodgmmcgofa |
Description | Print & Share both sides of the tees on Teespring. |
File Size | 9.88 KB |
Installation Count | 88 |
Current Version | 1.0.0 |
Last Updated | 2013-01-20 |
Publish Date | 2013-01-20 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://mindon.github.com |
[email protected] | |
Payment Type | free |
Extension Website | http://mindon.github.com/blog/2013/01/19/design-t-shirts-on-teespring/ |
Privacy Policy Page URL | https://www.pinqic.com |
Supported Languages | 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 } |