Calculator+

A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.

什麼是Calculator+?

Calculator+是由https://www.mataskairaitis.com開發的Chrome擴展程式,該擴展的主要功能是“A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.”。

擴展截圖

screenshot
screenshot

下載Calculator+擴展crx文件

下載Calculator+擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Calculator+ is a simple extension for chrome designed for making quick calculations on the fly. Does not require an internet connection once installed.

How to use:
   Install the extension.
   Click the calculator icon in the top right corner of your browser.

Hotkeys:
   Enter: Submits calculation
   =: Submits calculation
   C: deletes everything

Calculator+ is completely free & open source.

You may find the source at: http://www.mataskairaitis.com/calculator                    

擴展基本資訊

名稱 Calculator+ Calculator+
ID pmjjijdigbmcgnmkmgkcboemdggjgpog
官方網址 https://chromewebstore.google.com/detail/calculator+/pmjjijdigbmcgnmkmgkcboemdggjgpog
簡介 A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.
檔案大小 134 KB
安裝次數 1,641
目前版本 1.0
更新時間 2014-09-15
上架時間 2014-09-15
評分 4.73/5 共 11 次評分
開發者 https://www.mataskairaitis.com
付費類型 free
擴展官網 http://www.mataskairaitis.com/calculator
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Calculator+",
    "description": "A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.",
    "version": "1.0",
    "author": "Matas Kairaitis",
    "browser_action": {
        "default_title": "Calculator+",
        "default_icon": "images\/icon.png",
        "default_popup": "calculator.html"
    },
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    }
}