Book Manager +

Adds various enhancements to the Scholastic Book Manager site.

Book Manager + क्या है?

Book Manager + madisc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds various enhancements to the Scholastic Book Manager site."।

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

screenshot

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

crx प्रारूप में Book Manager + एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Book Manager + Book Manager +
ID cdknonohmnlbiaocedaokbkpjkofcpdc
आधिकारिक URL https://chromewebstore.google.com/detail/book-manager-+/cdknonohmnlbiaocedaokbkpjkofcpdc
विवरण Adds various enhancements to the Scholastic Book Manager site.
फ़ाइल का आकार 44.62 KB
स्थापना संख्या 43
वर्तमान संस्करण 0.4
अंतिम अपडेट 2018-07-23
प्रकाशन तिथि 2018-07-23
डेवलपर madisc
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}