Grade Calculator
Compact, Fast, and Powerful easy-to-use grade calculator. This can be useful when you are stressing about grades in your browser.
Grade Calculatorとは何ですか?
Grade CalculatorはAndy Youngによって開発されたChromeの拡張機能で、その主な機能は「Compact, Fast, and Powerful easy-to-use grade calculator. This can be useful when you are stressing about grades in your browser.」です。
Grade Calculator拡張機能のCRXファイルをダウンロード
Grade Calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Just a great utility for finding grades. Grades are easy to find usually but when they get to the "this is worth 20% of your final grade" it becomes a little harder. This calculator is much faster and allows you to see all the values before calculating all at once.
拡張機能の基本情報
名前 | Grade Calculator |
ID | fdlcgmalapimdignhlkgmaikpcehlecc |
公式URL | https://chromewebstore.google.com/detail/grade-calculator/fdlcgmalapimdignhlkgmaikpcehlecc |
説明 | Compact, Fast, and Powerful easy-to-use grade calculator. This can be useful when you are stressing about grades in your browser. |
ファイルサイズ | 120 KB |
インストール数 | 70 |
現在のバージョン | 1.2 |
最終更新日 | 2016-01-11 |
公開日 | 2016-01-11 |
開発者 | Andy Young |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Grade Calculator", "description": "Compact, Fast, and Powerful easy-to-use grade calculator. This can be useful when you are stressing about grades in your browser.", "version": "1.2", "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |