Home Teaching Board - lds.org (Beta)

(Beta) View your home teaching companionships and assignments in a full-screen drag and drop style board.

Home Teaching Board - lds.org (Beta)란 무엇입니까?

Home Teaching Board - lds.org (Beta)은(는) tkburbidge에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "(Beta) View your home teaching companionships and assignments in a full-screen drag and drop style board."입니다.

확장 프로그램 스크린샷

screenshot

Home Teaching Board - lds.org (Beta) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Home Teaching Board adds a "View as Board" button to your home teaching tools on lds.org. The Home Teaching Board makes it easy to review all home teaching companionships and assignments at once. Drag and drop to reorganize home teaching to create the perfect setup.                    

확장 프로그램 기본 정보

이름 Home Teaching Board - lds.org (Beta) Home Teaching Board - lds.org (Beta)
ID fiflfioabhflkinlghlahpdhmdbmcflg
공식 URL https://chromewebstore.google.com/detail/home-teaching-board-ldsor/fiflfioabhflkinlghlahpdhmdbmcflg
설명 (Beta) View your home teaching companionships and assignments in a full-screen drag and drop style board.
파일 크기 2.64 MB
설치 횟수 122
현재 버전 0.7.0
최근 업데이트 2017-03-14
출시 날짜 2017-03-13
평점 3.67/5 총 3 개의 평점
개발자 tkburbidge
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Home Teaching Board - lds.org (Beta)",
    "description": "(Beta) View your home teaching companionships and assignments in a full-screen drag and drop style board.",
    "version": "0.7.0",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.lds.org\/htvt\/*"
            ],
            "css": [
                "lib\/jquery-ui\/jquery-ui.min.css",
                "node_modules\/font-awesome\/css\/font-awesome.min.css",
                "css\/HomeTeachingBoard.css"
            ],
            "js": [
                "node_modules\/jquery\/dist\/jquery.min.js",
                "lib\/jquery-ui\/jquery-ui.min.js",
                "node_modules\/angular\/angular.min.js",
                "node_modules\/bootstrap\/dist\/js\/bootstrap.min.js",
                "node_modules\/chance\/dist\/chance.min.js",
                "js\/HomeTeachingBoard.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "html\/HomeTeachingBoard.html",
        "node_modules\/font-awesome\/fonts\/*.*"
    ]
}