SigFigIt

Calculate Significant Figures in under 15 seconds

SigFigIt là gì?

SigFigIt là một tiện ích mở rộng Chrome được phát triển bởi Cavan Klinsky, và tính năng chính của nó là "Calculate Significant Figures in under 15 seconds".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SigFigIt

Tải xuống các tệp mở rộng SigFigIt dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SigFigIt SigFigIt
ID njejfigdfegndkboggacghfjlbmeckfb
URL Chính Thức https://chromewebstore.google.com/detail/sigfigit/njejfigdfegndkboggacghfjlbmeckfb
Mô tả Calculate Significant Figures in under 15 seconds
Kích Thước Tệp 12.09 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2013-06-04
Ngày Phát Hành 2013-06-03
Nhà Phát Triển Cavan Klinsky
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}