Tee Share
Print & Share both sides of the tees on Teespring.
Tee Share क्या है?
Tee Share http://mindon.github.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Print & Share both sides of the tees on Teespring."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tee Share एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension help you to keep or share your T-Shirt design on TeeSpring.com
एक्सटेंशन की मूल जानकारी
नाम | |
ID | flljbdpjfdnbehijbekgkcodgmmcgofa |
आधिकारिक URL | https://chrome.google.com/webstore/detail/tee-share/flljbdpjfdnbehijbekgkcodgmmcgofa |
विवरण | Print & Share both sides of the tees on Teespring. |
फ़ाइल का आकार | 9.88 KB |
स्थापना संख्या | 88 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2013-01-20 |
प्रकाशन तिथि | 2013-01-20 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | http://mindon.github.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://mindon.github.com/blog/2013/01/19/design-t-shirts-on-teespring/ |
गोपनीयता नीति पृष्ठ URL | https://www.pinqic.com |
समर्थित भाषाएँ | 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 } |