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 |
| 官方網址 | 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"
]
} | |