GPA
this is the extension used to calculate the GPA score for the top points of the university fpt
GPAとは何ですか?
GPAはgianghoang.9955によって開発されたChromeの拡張機能で、その主な機能は「this is the extension used to calculate the GPA score for the top points of the university fpt」です。
拡張機能のスクリーンショット
GPA拡張機能のCRXファイルをダウンロード
GPA拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
this is the extension used to calculate the GPA score for the top points of the university fpt 拡張機能の基本情報
| 名前 | |
| ID | lophbplfkejkpndhjfmfhjmlmehfmbng |
| 公式URL | https://chromewebstore.google.com/detail/gpa/lophbplfkejkpndhjfmfhjmlmehfmbng |
| 説明 | this is the extension used to calculate the GPA score for the top points of the university fpt |
| ファイルサイズ | 3.36 KB |
| インストール数 | 34 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2021-08-19 |
| 公開日 | 2021-08-19 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | gianghoang.9955 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | vi |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "GPA",
"version": "1.0",
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"https:\/\/fap.fpt.edu.vn\/Grade\/StudentTranscript.aspx"
],
"js": [
"script.js"
]
}
]
} | |