Book Manager +

Adds various enhancements to the Scholastic Book Manager site.

Book Manager + là gì?

Book Manager + là một tiện ích mở rộng Chrome được phát triển bởi madisc, và tính năng chính của nó là "Adds various enhancements to the Scholastic Book Manager site.".

Ả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 Book Manager +

Tải xuống các tệp mở rộng Book Manager + 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

                        This extension does the following:
- Removes the delete question button from the question tab order
- Disables the enter key from deleting a question
- Adds a confirmation to exit page if page is in the middle of processing
- Adds ability to download the quiz, in csv format, for backup in case of quiz/question loss or error
- Adds ability to show the quiz sorted by page number, with the question number (second column) clickable to enable direct navigation
- Adds a reading skill count which dynamically updates                    

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

Tên Book Manager + Book Manager +
ID cdknonohmnlbiaocedaokbkpjkofcpdc
URL Chính Thức https://chromewebstore.google.com/detail/book-manager-+/cdknonohmnlbiaocedaokbkpjkofcpdc
Mô tả Adds various enhancements to the Scholastic Book Manager site.
Kích Thước Tệp 44.62 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2018-07-23
Ngày Phát Hành 2018-07-23
Nhà Phát Triển madisc
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": "Book Manager +",
    "description": "Adds various enhancements to the Scholastic Book Manager site.",
    "version": "0.4",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bookmanager.scholasticlearningzone.com\/pages\/secure\/quiz-draft-view*",
                "https:\/\/stage-bookmanager.scholasticlearningzone.com\/pages\/secure\/quiz-draft-view*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "changecontent.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "page_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png"
        },
        "default_title": "Book Manager +"
    },
    "permissions": [
        "declarativeContent"
    ]
}