Book Manager +
Adds various enhancements to the Scholastic Book Manager site.
Apa itu Book Manager +?
Book Manager + adalah ekstensi Chrome yang dikembangkan oleh madisc, dan fitur utamanya adalah "Adds various enhancements to the Scholastic Book Manager site.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Book Manager +
Unduh file ekstensi Book Manager + dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 Informasi Dasar Ekstensi
| Nama | |
| ID | cdknonohmnlbiaocedaokbkpjkofcpdc |
| URL Resmi | https://chromewebstore.google.com/detail/book-manager-+/cdknonohmnlbiaocedaokbkpjkofcpdc |
| Deskripsi | Adds various enhancements to the Scholastic Book Manager site. |
| Ukuran File | 44.62 KB |
| Jumlah Instalasi | 43 |
| Versi Saat Ini | 0.4 |
| Terakhir Diperbarui | 2018-07-23 |
| Tanggal Publikasi | 2018-07-23 |
| Pengembang | madisc |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | 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"
]
} | |