TSU GPA Simulator
extension-ი დაგეხმარებათ მოახდინოთ სიმულაციები თქვენს GPA-ზე და საშუალო ქულაზე, ამისათვის გადადით თქვენს სასწავლო ბარათზე
TSU GPA Simulatorとは何ですか?
TSU GPA Simulatorはბესო ბანცაძეによって開発されたChromeの拡張機能で、その主な機能は「extension-ი დაგეხმარებათ მოახდინოთ სიმულაციები თქვენს GPA-ზე და საშუალო ქულაზე, ამისათვის გადადით თქვენს სასწავლო ბარათზე」です。
拡張機能のスクリーンショット
TSU GPA Simulator拡張機能のCRXファイルをダウンロード
TSU GPA Simulator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extension is for simulating your GPA and counting average score. Here are some other links:
Opera:
https://addons.opera.com/en/extensions/details/tsu-gpa-simulator/
Mozilla:
https://addons.mozilla.org/en-US/firefox/addon/tsu-gpa-simulator/
Github:
https://github.com/beso9595/TsuGpaSimulator 拡張機能の基本情報
| 名前 | |
| ID | bhodmelpiljpkojmfmlgjnahjlgfjaib |
| 公式URL | https://chromewebstore.google.com/detail/tsu-gpa-simulator/bhodmelpiljpkojmfmlgjnahjlgfjaib |
| 説明 | extension-ი დაგეხმარებათ მოახდინოთ სიმულაციები თქვენს GPA-ზე და საშუალო ქულაზე, ამისათვის გადადით თქვენს სასწავლო ბარათზე |
| ファイルサイズ | 129 KB |
| インストール数 | 1,316 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2018-05-03 |
| 公開日 | 2018-05-02 |
| 評価 | 4.77/5 合計 26 レビュー |
| 開発者 | ბესო ბანცაძე |
| 支払い方法 | free |
| ヘルプページのURL | https://www.facebook.com/beso9595 |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "TSU GPA Simulator",
"short_name": "TSU GPA Simulator",
"description": "extension-\u10d8 \u10d3\u10d0\u10d2\u10d4\u10ee\u10db\u10d0\u10e0\u10d4\u10d1\u10d0\u10d7 \u10db\u10dd\u10d0\u10ee\u10d3\u10d8\u10dc\u10dd\u10d7 \u10e1\u10d8\u10db\u10e3\u10da\u10d0\u10ea\u10d8\u10d4\u10d1\u10d8 \u10d7\u10e5\u10d5\u10d4\u10dc\u10e1 GPA-\u10d6\u10d4 \u10d3\u10d0 \u10e1\u10d0\u10e8\u10e3\u10d0\u10da\u10dd \u10e5\u10e3\u10da\u10d0\u10d6\u10d4, \u10d0\u10db\u10d8\u10e1\u10d0\u10d7\u10d5\u10d8\u10e1 \u10d2\u10d0\u10d3\u10d0\u10d3\u10d8\u10d7 \u10d7\u10e5\u10d5\u10d4\u10dc\u10e1 \u10e1\u10d0\u10e1\u10ec\u10d0\u10d5\u10da\u10dd \u10d1\u10d0\u10e0\u10d0\u10d7\u10d6\u10d4",
"version": "1.0",
"author": "\u10d1\u10d4\u10e1\u10dd \u10d1\u10d0\u10dc\u10ea\u10d0\u10eb\u10d4",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png",
"38": "icon38.png",
"19": "icon19.png"
},
"page_action": {
"default_icon": "icon48.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"activeTab",
"tabs",
"http:\/\/sms.tsu.ge\/sms\/Students\/StudBarati.aspx"
],
"content_scripts": [
{
"matches": [
"*:\/\/sms.tsu.ge\/sms\/Students\/StudBarati*"
],
"js": [
"jquery-1.11.2.js",
"content.js"
],
"run_at": "document_end"
}
]
} | |