Better Calculator
Browser toolbar calculator, including arithmetic, exponents, trigonometry, and logarithms, respecting the order of operations.
ما هو Better Calculator؟
Better Calculator هو إضافة Chrome تم تطويرها بواسطة wanderer709، والميزة الرئيسية لها هي "Browser toolbar calculator, including arithmetic, exponents, trigonometry, and logarithms, respecting the order of operations.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Better Calculator
قم بتنزيل ملفات الامتداد Better Calculator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The Better Calculator is a calculator that can be brought up straight from the web toolbar! Better Calculator: - includes basic arithmetic ( + - * / ) plus exponents, trigonometry, and logarithms. - respects the order of operations (parentheses first, then exponents, then multiplication and division, and finally addition and subtraction, all left to right). - saves your expressions in case you need to (or accidentally!) close and have to reopen the calculator. - responds to both clickable buttons and keyboard commands. - Many of the key commands are easily found, but some might not be. Click the "Help!" button if you are not sure.
معلومات أساسية عن التمديد
الاسم | Better Calculator |
ID | fdmebdmofpephljgnkdknflclenmnfbp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/better-calculator/fdmebdmofpephljgnkdknflclenmnfbp |
الوصف | Browser toolbar calculator, including arithmetic, exponents, trigonometry, and logarithms, respecting the order of operations. |
حجم الملف | 33.37 KB |
عدد التثبيتات | 64 |
النسخة الحالية | 1.4 |
آخر تحديث | 2021-08-18 |
تاريخ النشر | 2021-05-11 |
المطور | wanderer709 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Better Calculator", "description": "Browser toolbar calculator, including arithmetic, exponents, trigonometry, and logarithms, respecting the order of operations.", "version": "1.4", "icons": { "48": "icon_48.png", "96": "icon_96.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "Better Calculator" } } |