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
官方URL 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"
    }
}