Eportal Marker
For Obafemi Awolowo University Students. This helps you to automatically mark your lecturer assessments when you are on the page.…
Eportal Markerとは何ですか?
Eportal Markerはperfectmakによって開発されたChromeの拡張機能で、その主な機能は「For Obafemi Awolowo University Students. This helps you to automatically mark your lecturer assessments when you are on the page.…」です。
拡張機能のスクリーンショット
Eportal Marker拡張機能のCRXファイルをダウンロード
Eportal Marker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
For Obafemi Awolowo University Students. This helps you to automatically mark your lecturer assessments when you are on the page. Just click on the "Oya Mark!!!" or "Oya Mark and Submit!!!" button when on the assessment page.
拡張機能の基本情報
名前 | Eportal Marker |
ID | panoikmhhchennagaikndpkchppmnlae |
公式URL | https://chromewebstore.google.com/detail/eportal-marker/panoikmhhchennagaikndpkchppmnlae |
説明 | For Obafemi Awolowo University Students. This helps you to automatically mark your lecturer assessments when you are on the page.… |
ファイルサイズ | 47.09 KB |
インストール数 | 24 |
現在のバージョン | 0.0.2 |
最終更新日 | 2014-07-26 |
公開日 | 2014-07-26 |
評価 | 4.25/5 合計 4 レビュー |
開発者 | perfectmak |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Eportal Marker", "version": "0.0.2", "manifest_version": 2, "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_title": "Eportal Assessment Marker", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/eportal.oauife.edu.ng\/lecturerassessment2.php" ], "js": [ "content.js" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |