Just Calculator ;)

Simple, but powerful calculator in popup window

什麼是Just Calculator ;)?

Just Calculator ;)是由MaxPax開發的Chrome擴展程式,該擴展的主要功能是“Simple, but powerful calculator in popup window”。

擴展截圖

screenshot

下載Just Calculator ;)擴展crx文件

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

擴展使用說明

                        The basis is taken Calque, based on Math.js. Therefore, all Calque operations are, which is the square root, involution, trigonometry (sin, cos, etc.), conversion of values, work with matrices, functions, etc.                    

擴展基本資訊

名稱 Just Calculator ;) Just Calculator ;)
ID fhienojmjihbioapjpocpalfphjiakam
官方網址 https://chromewebstore.google.com/detail/just-calculator/fhienojmjihbioapjpocpalfphjiakam
簡介 Simple, but powerful calculator in popup window
檔案大小 108 KB
安裝次數 172
目前版本 1.1
更新時間 2017-03-20
上架時間 2017-03-18
評分 4.00/5 共 7 次評分
開發者 MaxPax
電子郵箱 [email protected]
付費類型 free
支援的語言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "ru",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "permissions": [],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png",
        "19": "icon19.png",
        "48": "icon48.png"
    }
}