Tee Share
Print & Share both sides of the tees on Teespring.
Qu'est-ce que Tee Share ?
Tee Share est une extension Chrome développée par http://mindon.github.com, et sa fonction principale est "Print & Share both sides of the tees on Teespring.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tee Share
Téléchargez les fichiers d'extension Tee Share au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension help you to keep or share your T-Shirt design on TeeSpring.com
Informations de Base sur l'Extension
Nom | |
ID | flljbdpjfdnbehijbekgkcodgmmcgofa |
URL Officiel | https://chrome.google.com/webstore/detail/tee-share/flljbdpjfdnbehijbekgkcodgmmcgofa |
Description | Print & Share both sides of the tees on Teespring. |
Taille du Fichier | 9.88 KB |
Nombre d'Installations | 88 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2013-01-20 |
Date de Publication | 2013-01-20 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | http://mindon.github.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://mindon.github.com/blog/2013/01/19/design-t-shirts-on-teespring/ |
URL de la Page de Politique de Confidentialité | https://www.pinqic.com |
Langues Prises en Charge | 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 } |