Husky.io - Annotate Trello™ image attachments
Draw labeled annotations over image attachments in Trello™ cards. Easy and secure. Watch a demo at http://husky.io
Husky.io - Annotate Trello™ image attachmentsคืออะไร?
Husky.io - Annotate Trello™ image attachments เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://husky.io และคุณลักษณะหลักของมันคือ "Draw labeled annotations over image attachments in Trello™ cards. Easy and secure. Watch a demo at http://husky.io"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Husky.io - Annotate Trello™ image attachments
ดาวน์โหลดไฟล์ส่วนขยาย Husky.io - Annotate Trello™ image attachments ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension enhances your Trello™ cards and allows you to add labeled annotations to image attachments. Annotated images are saved in your Trello™ card and can be shared with others (event without the need of this extension!). Easy and secure. Watch a demo at http://husky.io
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Husky.io - Annotate Trello™ image attachments |
ID | jglkmpfdalagpammhkmdjopoakajcekk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/huskyio-annotate-trello-i/jglkmpfdalagpammhkmdjopoakajcekk |
คำอธิบาย | Draw labeled annotations over image attachments in Trello™ cards. Easy and secure. Watch a demo at http://husky.io |
ขนาดไฟล์ | 155 KB |
จำนวนการติดตั้ง | 35 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2013-09-19 |
วันที่เผยแพร่ | 2013-09-19 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://husky.io |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://husky.io |
URL หน้าช่วยเหลือ | http://huskyio.uservoice.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Husky.io - Annotate Trello\u2122 image attachments", "version": "1.0.1", "description": "Draw labeled annotations over image attachments in Trello\u2122 cards. Easy and secure. Watch a demo at http:\/\/husky.io", "icons": { "16": "img\/husky-logo-16x16.png", "48": "img\/husky-logo-48x48.png", "128": "img\/husky-logo-128x128.png" }, "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "lib\/jquery-1.10.2.min.js", "js\/trello_content.js" ], "css": [ "css\/trello_content.css" ] } ], "web_accessible_resources": [ "lib\/jquery-1.10.2.min.map" ], "page_action": { "default_icon": { "19": "img\/husky-logo-19.png", "38": "img\/husky-logo-38.png" }, "default_title": "enhanced by Husky.io", "default_popup": "popup.html" }, "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "content_security_policy": "script-src 'self' https:\/\/trello.com; object-src 'self';" } |