Book Manager +
Adds various enhancements to the Scholastic Book Manager site.
Book Manager +とは何ですか?
Book Manager +はmadiscによって開発されたChromeの拡張機能で、その主な機能は「Adds various enhancements to the Scholastic Book Manager site.」です。
拡張機能のスクリーンショット
Book Manager +拡張機能のCRXファイルをダウンロード
Book Manager +拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 + |
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" ] } |