SigFigIt
Calculate Significant Figures in under 15 seconds
Co to jest SigFigIt?
SigFigIt to rozszerzenie Chrome opracowane przez Cavan Klinsky, a jego główną funkcją jest „Calculate Significant Figures in under 15 seconds”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SigFigIt
Pobierz pliki rozszerzeń SigFigIt w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | njejfigdfegndkboggacghfjlbmeckfb |
| Oficjalny URL | https://chromewebstore.google.com/detail/sigfigit/njejfigdfegndkboggacghfjlbmeckfb |
| Opis | Calculate Significant Figures in under 15 seconds |
| Rozmiar pliku | 12.09 KB |
| Liczba instalacji | 23 |
| Aktualna Wersja | 0.1 |
| Ostatnia Aktualizacja | 2013-06-04 |
| Data Publikacji | 2013-06-03 |
| Deweloper | Cavan Klinsky |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |