Scientific Calculator

Awesome Scientific Calculator for Google Chrome

ما هو Scientific Calculator؟

Scientific Calculator هو إضافة Chrome تم تطويرها بواسطة https://raad.dev، والميزة الرئيسية لها هي "Awesome Scientific Calculator for Google Chrome".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        *  Powerful (it works with the keyboard and its shortcuts).
/  Scientific (it has all Math functions).
+ Click away calculator (Alt+C as shortcut).
-  Light and Super fast (it works offline).

It's open source project (https://github.com/raad-altaie/scientific-calculator).
Your feedback and contributions are greatly appreciated!

Cheers!                    

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

الاسم Scientific Calculator Scientific Calculator
ID fnplhdldnhaodknidfddmkfdhlhjihpd
عنوان URL الرسمي https://chromewebstore.google.com/detail/scientific-calculator/fnplhdldnhaodknidfddmkfdhlhjihpd
الوصف Awesome Scientific Calculator for Google Chrome
حجم الملف 174 KB
عدد التثبيتات 300,000
النسخة الحالية 1.5.4
آخر تحديث 2023-10-13
تاريخ النشر 2019-05-21
تقييم 4.37/5 مجموع تقييمات 90
المطور https://raad.dev
البريد الإلكتروني raad.altaie@icloud.com
نوع الدفع free
موقع الإضافة https://raad.dev
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scientific Calculator",
    "version": "1.5.4",
    "short_name": "Calculator",
    "author": "Raad Altaie",
    "description": "Awesome Scientific Calculator for Google Chrome",
    "offline_enabled": true,
    "browser_action": {
        "default_title": "Calculator",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "icons": {
        "128": "icon128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+C",
                "windows": "Alt+C",
                "mac": "Alt+C",
                "chromeos": "Alt+C",
                "linux": "Alt+C"
            }
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'"
}