InterAct Math Finisher
This extension finishes a set of InterAct Math problems for you
InterAct Math Finisherとは何ですか?
InterAct Math FinisherはGlenn Renによって開発されたChromeの拡張機能で、その主な機能は「This extension finishes a set of InterAct Math problems for you」です。
拡張機能のスクリーンショット
InterAct Math Finisher拡張機能のCRXファイルをダウンロード
InterAct Math Finisher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension "solves" InterAct Math Problems for you. As of right now, it only has the option to complete all of the problems but there will likely be more functionality added in the future. It estimates about 5 minutes per problem.
拡張機能の基本情報
名前 | |
ID | ngihpjlnooaacbebpmadnibhlfkjcjmo |
公式URL | https://chrome.google.com/webstore/detail/interact-math-finisher/ngihpjlnooaacbebpmadnibhlfkjcjmo |
説明 | This extension finishes a set of InterAct Math problems for you |
ファイルサイズ | 10.95 KB |
インストール数 | 84 |
現在のバージョン | 0.2 |
最終更新日 | 2015-11-01 |
公開日 | 2015-11-01 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | Glenn Ren |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "InterAct Math Finisher", "version": "0.2", "manifest_version": 2, "description": "This extension finishes a set of InterAct Math problems for you", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "InteractMath Finisher", "default_icon": "icon.png" }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "tabs" ] } |