Auto Login Moodle
This extension allows automatically login to the Moodle system in University of Moratuwa
Auto Login Moodleとは何ですか?
Auto Login MoodleはMirage Abeysekaraによって開発されたChromeの拡張機能で、その主な機能は「This extension allows automatically login to the Moodle system in University of Moratuwa」です。
拡張機能のスクリーンショット
Auto Login Moodle拡張機能のCRXファイルをダウンロード
Auto Login Moodle拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | Auto Login Moodle |
ID | jmhaalcmelchimhofldlhbgklhadcgad |
公式URL | https://chromewebstore.google.com/detail/auto-login-moodle/jmhaalcmelchimhofldlhbgklhadcgad |
説明 | This extension allows automatically login to the Moodle system in University of Moratuwa |
ファイルサイズ | 36.63 KB |
インストール数 | 609 |
現在のバージョン | 1.0 |
最終更新日 | 2015-06-30 |
公開日 | 2015-06-30 |
評価 | 4.83/5 合計 6 レビュー |
開発者 | Mirage Abeysekara |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Login Moodle", "short_name": "Auto Login Moodle", "description": "This extension allows automatically login to the Moodle system in University of Moratuwa", "version": "1.0", "author": "Mirage Abeysekara", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png", "256": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "backgroundEvents.js" ], "persistent": false }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "activeTab", "tabs", "storage", "https:\/\/online.mrt.ac.lk\/" ] } |