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 |
公式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 |
Eメール | [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 } |