Math solver
An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This…
ما هو Math solver؟
Math solver هو إضافة Chrome تم تطويرها بواسطة Explosion-Scratch، والميزة الرئيسية لها هي "An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Math solver
قم بتنزيل ملفات الامتداد Math solver بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This extension will calcualte the result and give it to you!
معلومات أساسية عن التمديد
الاسم | Math solver |
ID | fcmkdcldohbdlglienjjldifpahkkond |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/math-solver/fcmkdcldohbdlglienjjldifpahkkond |
الوصف | An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This… |
حجم الملف | 200 KB |
عدد التثبيتات | 2,002 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2021-12-08 |
تاريخ النشر | 2021-12-08 |
المطور | Explosion-Scratch |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Math solver", "manifest_version": 2, "version": "0.0.1", "icons": { "16": "icon-16_x_16.png", "48": "icon-48_x_48.png", "128": "icon-128_x_128.png", "256": "icon-256_x_256.png" }, "background": { "scripts": [ "math.js", "background.js" ] }, "omnibox": { "keyword": "math" }, "permissions": [] } |