SigFigIt

Calculate Significant Figures in under 15 seconds

What is SigFigIt?

SigFigIt is a Chrome extension developed by Cavan Klinsky, and its main feature is "Calculate Significant Figures in under 15 seconds".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download SigFigIt Extension CRX File

Download SigFigIt extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name SigFigIt SigFigIt
ID njejfigdfegndkboggacghfjlbmeckfb
Official URL https://chromewebstore.google.com/detail/sigfigit/njejfigdfegndkboggacghfjlbmeckfb
Description Calculate Significant Figures in under 15 seconds
File Size 12.09 KB
Installation Count 23
Current Version 0.1
Last Updated 2013-06-04
Publish Date 2013-06-03
Developer Cavan Klinsky
Payment Type free
Supported Languages 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"
    }
}