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 https://husky.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Draw labeled annotations over image attachments in Trello™ cards. Easy and secure. Watch a demo at http://husky.io"।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Husky.io - Annotate Trello™ image attachments एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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';"
}