Vulcan++
An extension that shows your GPA in Vulcan
Vulcan++とは何ですか?
Vulcan++はBorowy Alanによって開発されたChromeの拡張機能で、その主な機能は「An extension that shows your GPA in Vulcan」です。
拡張機能のスクリーンショット
Vulcan++拡張機能のCRXファイルをダウンロード
Vulcan++拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An extension that shows your GPA in Vulcan.
拡張機能の基本情報
名前 | Vulcan++ |
ID | elfcmaldfijgmefmnhniklncdbhphhnb |
公式URL | https://chromewebstore.google.com/detail/vulcan++/elfcmaldfijgmefmnhniklncdbhphhnb |
説明 | An extension that shows your GPA in Vulcan |
ファイルサイズ | 29.82 KB |
インストール数 | 14 |
現在のバージョン | 0.1.0 |
最終更新日 | 2019-06-13 |
公開日 | 2019-06-13 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Borowy Alan |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Vulcan++", "version": "0.1.0", "description": "An extension that shows your GPA in Vulcan", "content_scripts": [ { "matches": [ "https:\/\/uonetplus-opiekun.vulcan.net.pl\/*\/*\/Oceny.mvc\/*" ], "js": [ "main.js" ] } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |