SigFigIt
Calculate Significant Figures in under 15 seconds
什么是SigFigIt?
SigFigIt是由Cavan Klinsky开发的Chrome扩展程序,该扩展的主要功能是“Calculate Significant Figures in under 15 seconds”。
扩展截图
下载SigFigIt扩展crx文件
下载SigFigIt扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Calculating significant figures is a slow, tedious, and repetitive process. Even worse, miscalculating significant figures can lower homework, quiz, and test grades. SigFigIt takes just three steps to calculate significant figure. Just highlight the number, right-click, and press the SigFigIt button. Instantaneously, a box will appear with the error-free number of significant figures, saving you minutes.
SigFigIt is a simple and quick solution for a needlessly boring and complicated process. 扩展基本信息
| 名称 | |
| ID | njejfigdfegndkboggacghfjlbmeckfb |
| 官方URL | https://chromewebstore.google.com/detail/sigfigit/njejfigdfegndkboggacghfjlbmeckfb |
| 简介 | Calculate Significant Figures in under 15 seconds |
| 文件大小 | 12.09 KB |
| 安装次数 | 23 |
| 当前版本 | 0.1 |
| 更新时间 | 2013-06-04 |
| 上架时间 | 2013-06-03 |
| 开发者 | Cavan Klinsky |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SigFigIt",
"description": "Calculate Significant Figures in under 15 seconds ",
"version": "0.1",
"permissions": [
"contextMenus"
],
"background": {
"scripts": [
"sigFigIt.js"
]
},
"manifest_version": 2,
"icons": {
"16": "icon16.png",
"128": "icon128.png"
}
} | |