SigFigIt

Calculate Significant Figures in under 15 seconds

Wat is SigFigIt?

SigFigIt is een Chrome-extensie ontwikkeld door Cavan Klinsky, en de belangrijkste functie is "Calculate Significant Figures in under 15 seconds".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie SigFigIt

Download SigFigIt-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam SigFigIt SigFigIt
ID njejfigdfegndkboggacghfjlbmeckfb
Officiële URL https://chromewebstore.google.com/detail/sigfigit/njejfigdfegndkboggacghfjlbmeckfb
Beschrijving Calculate Significant Figures in under 15 seconds
Bestandsgrootte 12.09 KB
Aantal Installaties 23
Huidige Versie 0.1
Laatst Bijgewerkt 2013-06-04
Publicatiedatum 2013-06-03
Ontwikkelaar Cavan Klinsky
Betalingswijze free
Ondersteunde Talen 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"
    }
}