GlowTee
Glow Tee - Remove background & add glow to your Teespring shirts in seconds.
GlowTeeとは何ですか?
GlowTeeはTraian Turcuによって開発されたChromeの拡張機能で、その主な機能は「Glow Tee - Remove background & add glow to your Teespring shirts in seconds.」です。
拡張機能のスクリーンショット
GlowTee拡張機能のCRXファイルをダウンロード
GlowTee拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Save hours every month while creating TeeSpring campaigns. GlowTee is a Teespring helper which lets you download all the t-shirts available in a campaign (all colors, all models,both back and front) in a single click within seconds. The extension adds a small icon in the top left corner of Teespring. Click the icon to download the t-shirts. GlowTee saves a .zip archive containing all t-shirts, including a version of each t-shirt with a white edge glow or halo.
拡張機能の基本情報
名前 | |
ID | mkhgjlbcbdhgkoalibiaflnfcmdncenm |
公式URL | https://chrome.google.com/webstore/detail/mkhgjlbcbdhgkoalibiaflnfcmdncenm |
説明 | Glow Tee - Remove background & add glow to your Teespring shirts in seconds. |
ファイルサイズ | 94.15 KB |
インストール数 | 99 |
現在のバージョン | 1.0.5 |
最終更新日 | 2014-08-21 |
公開日 | 2014-08-21 |
評価 | 2.50/5 合計 8 レビュー |
開発者 | Traian Turcu |
支払い方法 | free |
拡張機能のウェブサイト | http://glowtee.net |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GlowTee", "version": "1.0.5", "manifest_version": 2, "description": "Glow Tee - Remove background & add glow to your Teespring shirts in seconds.", "homepage_url": "http:\/\/glowtee.net", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "contentSettings", "storage", "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/teespring.com\/*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/jszip.min.js", "src\/inject\/FileSaver.js", "src\/inject\/canvas.compressed.js", "src\/inject\/inject.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "src\/inject\/icon.png", "js\/jquery\/jquery.min.map" ] } |