Tee Share
Print & Share both sides of the tees on Teespring.
什麼是Tee Share?
Tee Share是由http://mindon.github.com開發的Chrome擴展程式,該擴展的主要功能是“Print & Share both sides of the tees on Teespring.”。
擴展截圖
下載Tee Share擴展crx文件
下載Tee Share擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension help you to keep or share your T-Shirt design on TeeSpring.com
擴展基本資訊
名稱 | |
ID | flljbdpjfdnbehijbekgkcodgmmcgofa |
官方網址 | 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 } |