nitech-moodle-extension
名古屋工業大学のmoodleを使いやすくするChrome拡張機能です。情報基盤センターとは無関係で非公式なものであり、また問題が起きても責任は取れません。nitech Create:http://nitech-create.com
nitech-moodle-extension là gì?
nitech-moodle-extension là một tiện ích mở rộng Chrome được phát triển bởi nitech create, và tính năng chính của nó là "名古屋工業大学のmoodleを使いやすくするChrome拡張機能です。情報基盤センターとは無関係で非公式なものであり、また問題が起きても責任は取れません。nitech Create:http://nitech-create.com".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng nitech-moodle-extension
Tải xuống các tệp mở rộng nitech-moodle-extension 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
名古屋工業大学のオンライン授業サポートシステムとして採用されている moodle を使いやすくする Chrome 拡張機能です。非公式であり、問題が起きても責任は取れません。 名工大 情報基盤センターから配布の許可は得ていますが、情報基盤センターはサポートを行いません。(開発は情報基盤センターとは無関係な有志 nitechCreateが行っています) GitHub: https://github.com/nitech-create/nitech-moodle-extension
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | nitech-moodle-extension |
ID | ibhjlbmhcgcmnipnbecooagnfannciol |
URL Chính Thức | https://chromewebstore.google.com/detail/nitech-moodle-extension/ibhjlbmhcgcmnipnbecooagnfannciol |
Mô tả | 名古屋工業大学のmoodleを使いやすくするChrome拡張機能です。情報基盤センターとは無関係で非公式なものであり、また問題が起きても責任は取れません。nitech Create:http://nitech-create.com |
Kích Thước Tệp | 119 KB |
Số Lần Cài Đặt | 92 |
Phiên Bản Hiện Tại | 1.0.7 |
Cập Nhật Lần Cuối | 2022-05-06 |
Ngày Phát Hành | 2022-01-18 |
Nhà Phát Triển | nitech create |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://nitech-create.com/ |
URL Trang Trợ Giúp | https://nitech-create.com/forms/ |
Ngôn Ngữ Được Hỗ Trợ | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "nitech Create", "homepage_url": "https:\/\/github.com\/nitech-create\/nitech-moodle-chrome", "name": "nitech-moodle-extension", "description": "\u540d\u53e4\u5c4b\u5de5\u696d\u5927\u5b66\u306emoodle\u3092\u4f7f\u3044\u3084\u3059\u304f\u3059\u308bChrome\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002\u60c5\u5831\u57fa\u76e4\u30bb\u30f3\u30bf\u30fc\u3068\u306f\u7121\u95a2\u4fc2\u3067\u975e\u516c\u5f0f\u306a\u3082\u306e\u3067\u3042\u308a\u3001\u307e\u305f\u554f\u984c\u304c\u8d77\u304d\u3066\u3082\u8cac\u4efb\u306f\u53d6\u308c\u307e\u305b\u3093\u3002nitech Create:http:\/\/nitech-create.com", "version": "1.0.7", "icons": { "32": ".\/icons\/icon.png", "48": ".\/icons\/icon.png", "128": ".\/icons\/icon.png" }, "options_page": ".\/options\/options.html", "browser_action": { "default_icon": ".\/icons\/icon.png", "default_title": "", "default_popup": ".\/popup\/popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/cms6.ict.nitech.ac.jp\/moodle38a\/*" ], "css": [ "styles.css" ], "js": [ "main.js" ] }, { "matches": [ "https:\/\/cms6.ict.nitech.ac.jp\/moodle38a\/my\/", "https:\/\/cms6.ict.nitech.ac.jp\/moodle38a\/my\/index.php" ], "css": [ "topPageStyle.css" ] }, { "matches": [ "https:\/\/cms6.ict.nitech.ac.jp\/moodle38a\/pluginfile.php\/*\/mod_scorm\/content\/1\/index.html*" ], "all_frames": true, "css": [ "videoArea.css" ] } ], "permissions": [ "https:\/\/cms6.ict.nitech.ac.jp\/moodle38a\/*", "background", "storage" ] } |