School Helper
Mathematical tools for quick help. By: Nicholas Zivkovic.
什麼是School Helper?
School Helper是由Nicholas Z.開發的Chrome擴展程式,該擴展的主要功能是“Mathematical tools for quick help. By: Nicholas Zivkovic.”。
擴展截圖
下載School Helper擴展crx文件
下載School Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This collection of school related resources can be very useful. More specifically, this extension has tools useful for geometry classes.
The tools included are:
• Trig Helper - A trigonometry calculator useful for finding unknowns in triangles.
• Volume Helper - A volume and surface area calculator for 3D figures.
• Secret Notes - A note keeping tool that lets you quickly access any notes that you have whenever you are in chrome.
• Circle + Arcs - A tool useful for finding the arc length and sector area in circles.
• Polygon Area + SA - A tool capable of finding the area and perimeter of any regular polygon.
(NEW) Vector Math - Find the components of a vector or add two vectors together.
If you enjoy using School Helper or you find it useful, please share us on social media. 擴展基本資訊
| 名稱 | |
| ID | oodfpnobedmlcdcojpkafbioeecmlphh |
| 官方網址 | https://chromewebstore.google.com/detail/school-helper/oodfpnobedmlcdcojpkafbioeecmlphh |
| 簡介 | Mathematical tools for quick help. By: Nicholas Zivkovic. |
| 檔案大小 | 648 KB |
| 安裝次數 | 135 |
| 目前版本 | 7 |
| 更新時間 | 2022-04-01 |
| 上架時間 | 2018-04-30 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | Nicholas Z. |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "School Helper",
"short_name": "schoolHelper",
"description": "Mathematical tools for quick help. By: Nicholas Zivkovic.",
"version": "7",
"icons": {
"128": "icon\/128.png",
"48": "icon\/48.png"
},
"action": {
"default_icon": "icon\/48.png",
"default_popup": "popup.html"
}
} | |