SigFigIt

Calculate Significant Figures in under 15 seconds

什麼是SigFigIt?

SigFigIt是由Cavan Klinsky開發的Chrome擴展程式,該擴展的主要功能是“Calculate Significant Figures in under 15 seconds”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 SigFigIt SigFigIt
ID njejfigdfegndkboggacghfjlbmeckfb
官方網址 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"
    }
}