Minimalist Calculator

A fast and accurate calculator.

ما هو Minimalist Calculator؟

Minimalist Calculator هو إضافة Chrome تم تطويرها بواسطة Rhys Mills، والميزة الرئيسية لها هي "A fast and accurate calculator.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Minimalist Calculator

قم بتنزيل ملفات الامتداد Minimalist Calculator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        A fast calculator with a clean and minimalist visual style.

Currently supports:
• Keyboard input
• Basic arithmetic (+,-,×,÷)
• Modulus function
• Exponentiation and nth root functions

The calculator is a React app, and uses the big.js and math.js library to improve the precision of calculations.                    

معلومات أساسية عن التمديد

الاسم Minimalist Calculator Minimalist Calculator
ID ndjgjlhkejbigpggeceemkahlcbdemhp
عنوان URL الرسمي https://chromewebstore.google.com/detail/minimalist-calculator/ndjgjlhkejbigpggeceemkahlcbdemhp
الوصف A fast and accurate calculator.
حجم الملف 440 KB
عدد التثبيتات 16
النسخة الحالية 1.0.0
آخر تحديث 2020-03-09
تاريخ النشر 2020-03-08
المطور Rhys Mills
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Minimalist Calculator",
    "description": "A fast and accurate calculator.",
    "version": "1.0.0",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Minimalist Calculator"
    },
    "icons": {
        "16": "logo-small.png",
        "48": "logo-small.png",
        "128": "logo-small.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-tw5uNCLvtXpPMlwhNWsN4vWp5jVE8kyA0Ot+WWw3+6M='; object-src 'self'",
    "permissions": []
}