Scientific Calculator
Just one click to activate the calculator!
ما هو Scientific Calculator؟
Scientific Calculator هو إضافة Chrome تم تطويرها بواسطة Mnwa، والميزة الرئيسية لها هي "Just one click to activate the calculator!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Scientific Calculator
قم بتنزيل ملفات الامتداد Scientific Calculator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Get this extension to use the calculator now! + Easy to use + Advanced Interface + Scientific calculator
معلومات أساسية عن التمديد
الاسم | Scientific Calculator |
ID | amgpghckccldgepbpghdmpjpppflkede |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/scientific-calculator/amgpghckccldgepbpghdmpjpppflkede |
الوصف | Just one click to activate the calculator! |
حجم الملف | 175 KB |
عدد التثبيتات | 9,895 |
النسخة الحالية | 3.2.0.6 |
آخر تحديث | 2017-09-20 |
تاريخ النشر | 2017-09-20 |
تقييم | 3.87/5 مجموع تقييمات 31 |
المطور | Mnwa |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/Mnwa/CalcForChrome-byMnwa |
عنوان صفحة المساعدة | https://github.com/Mnwa/CalcForChrome-byMnwa/issues |
اللغات المدعومة | de,en,fr,es,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "MCalc", "version": "3.2.0.6", "description": "__MSG_extDesc__", "browser_action": { "default_title": "Calc", "default_icon": "icon128.png", "default_popup": "popup.html" }, "default_locale": "en", "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |