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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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';"
}