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
Eメール [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"
    }
}