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
Qu'est-ce que Husky.io - Annotate Trello™ image attachments ?
Husky.io - Annotate Trello™ image attachments est une extension Chrome développée par https://husky.io, et sa fonction principale est "Draw labeled annotations over image attachments in Trello™ cards. Easy and secure. Watch a demo at http://husky.io".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Husky.io - Annotate Trello™ image attachments
Téléchargez les fichiers d'extension Husky.io - Annotate Trello™ image attachments au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Husky.io - Annotate Trello™ image attachments |
ID | jglkmpfdalagpammhkmdjopoakajcekk |
URL Officiel | https://chromewebstore.google.com/detail/huskyio-annotate-trello-i/jglkmpfdalagpammhkmdjopoakajcekk |
Description | Draw labeled annotations over image attachments in Trello™ cards. Easy and secure. Watch a demo at http://husky.io |
Taille du Fichier | 155 KB |
Nombre d'Installations | 35 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2013-09-19 |
Date de Publication | 2013-09-19 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | https://husky.io |
Type de Paiement | free |
Site Web de l'Extension | http://husky.io |
URL de la Page d'Aide | http://huskyio.uservoice.com |
Langues Prises en Charge | 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';" } |