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) là gì?

Home Teaching Board - lds.org (Beta) là một tiện ích mở rộng Chrome được phát triển bởi tkburbidge, và tính năng chính của nó là "(Beta) View your home teaching companionships and assignments in a full-screen drag and drop style board.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Home Teaching Board - lds.org (Beta)

Tải xuống các tệp mở rộng Home Teaching Board - lds.org (Beta) 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Home Teaching Board - lds.org (Beta) Home Teaching Board - lds.org (Beta)
ID fiflfioabhflkinlghlahpdhmdbmcflg
URL Chính Thức https://chromewebstore.google.com/detail/home-teaching-board-ldsor/fiflfioabhflkinlghlahpdhmdbmcflg
Mô tả (Beta) View your home teaching companionships and assignments in a full-screen drag and drop style board.
Kích Thước Tệp 2.64 MB
Số Lần Cài Đặt 122
Phiên Bản Hiện Tại 0.7.0
Cập Nhật Lần Cuối 2017-03-14
Ngày Phát Hành 2017-03-13
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển tkburbidge
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*.*"
    ]
}