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 là gì?
Husky.io - Annotate Trello™ image attachments là một tiện ích mở rộng Chrome được phát triển bởi https://husky.io, và tính năng chính của nó là "Draw labeled annotations over image attachments in Trello™ cards. Easy and secure. Watch a demo at http://husky.io".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Husky.io - Annotate Trello™ image attachments
Tải xuống các tệp mở rộng Husky.io - Annotate Trello™ image attachments dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Husky.io - Annotate Trello™ image attachments |
ID | jglkmpfdalagpammhkmdjopoakajcekk |
URL Chính Thức | https://chromewebstore.google.com/detail/huskyio-annotate-trello-i/jglkmpfdalagpammhkmdjopoakajcekk |
Mô tả | Draw labeled annotations over image attachments in Trello™ cards. Easy and secure. Watch a demo at http://husky.io |
Kích Thước Tệp | 155 KB |
Số Lần Cài Đặt | 35 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2013-09-19 |
Ngày Phát Hành | 2013-09-19 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://husky.io |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://husky.io |
URL Trang Trợ Giúp | http://huskyio.uservoice.com |
Ngôn Ngữ Được Hỗ Trợ | 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';" } |