Simple Calculator

A simple and very lite calculator for your browser!

Simple Calculatorとは何ですか?

Simple CalculatorはchYerによって開発されたChromeの拡張機能で、その主な機能は「A simple and very lite calculator for your browser!」です。

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

screenshot

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

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

拡張機能の使用方法

                        Simple Calculator is a lite addon that renders a simple calculator in the browser toolbar popup.

This calculator includes only simple math operations. Just click on the toolbar button to open the interface and start typing your desired math operations. Please note that all calculations are rounded to at most 7 decimal places. You can type either with your keyboard or the embedded virtual keyboard in the popup UI.

To report bugs, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/calculator.html).                    

拡張機能の基本情報

名前 Simple Calculator Simple Calculator
ID ecpncpmkcjkakaopoapkbalimlpbhjnk
公式URL https://chromewebstore.google.com/detail/simple-calculator/ecpncpmkcjkakaopoapkbalimlpbhjnk
説明 A simple and very lite calculator for your browser!
ファイルサイズ 27.18 KB
インストール数 2,789
現在のバージョン 0.1.5
最終更新日 2023-08-21
公開日 2019-04-15
評価 3.75/5 合計 4 レビュー
開発者 chYer
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://mybrowseraddon.com/calculator.html
ヘルプページのURL https://mybrowseraddon.com/calculator.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.5",
    "manifest_version": 3,
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "name": "Simple Calculator",
    "homepage_url": "https:\/\/mybrowseraddon.com\/calculator.html",
    "description": "A simple and very lite calculator for your browser!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Simple Calculator",
        "default_popup": "data\/popup\/popup.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}