Calculator

Very simple and functional calculator.

Calculatorとは何ですか?

Calculatorはhttp://youon.ruによって開発されたChromeの拡張機能で、その主な機能は「Very simple and functional calculator.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Calculator拡張機能のCRXファイルをダウンロード

Calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This calculator is rather easy but it contains some uncommon features. You can change functions of some buttons. For this you have to press right mouse button on one of green buttons and choose function what you need.                    

拡張機能の基本情報

名前 Calculator Calculator
ID kmpdkkhfogidhfmaojmmlcikhnndeicl
公式URL https://chrome.google.com/webstore/detail/calculator/kmpdkkhfogidhfmaojmmlcikhnndeicl
説明 Very simple and functional calculator.
ファイルサイズ 1.16 MB
インストール数 3,000
現在のバージョン 1.0
最終更新日 2015-12-19
公開日 2015-12-19
評価 4.30/5 合計 57 レビュー
開発者 http://youon.ru
支払い方法 free
拡張機能のウェブサイト http://dev.youon.ru/apps/calculator/
対応言語 de,en,fr,it,ru
manifest.json
{
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "calculator.png",
        "48": "calculator.png",
        "128": "calculator.png"
    },
    "browser_action": {
        "default_icon": "calculator-bar.png",
        "default_title": "Calculatius",
        "default_popup": "calc.html"
    },
    "background": {
        "scripts": [
            "background\/bg1.js",
            "background\/bg.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "background\/emes.js",
                "background\/act.js"
            ],
            "matches": [
                "http:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "background",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "manifest_version": 2,
    "minimum_chrome_version": "7.0",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "version": "1.0"
}