Numbr
A smart calculator combined with a notepad.
ما هو Numbr؟
Numbr هو إضافة Chrome تم تطويرها بواسطة https://numbr.dev، والميزة الرئيسية لها هي "A smart calculator combined with a notepad.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Numbr
قم بتنزيل ملفات الامتداد Numbr بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Numbr is a smart calculator that looks beautiful and is a notepad at the same time. It can work with prices in different currencies, convert from one currency to another currency. As well as cryptocurrency rates. Here is a example of expression Numbr understands: $100 in EUR + 25%
معلومات أساسية عن التمديد
الاسم | Numbr |
ID | cncafkneilkicolelogcmmgblojmhfng |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/numbr/cncafkneilkicolelogcmmgblojmhfng |
الوصف | A smart calculator combined with a notepad. |
حجم الملف | 75.04 KB |
عدد التثبيتات | 2,404 |
النسخة الحالية | 2.2 |
آخر تحديث | 2023-07-26 |
تاريخ النشر | 2022-02-09 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | https://numbr.dev |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://numbr.dev/ipbm |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Numbr", "description": "A smart calculator combined with a notepad.", "version": "2.2", "manifest_version": 3, "host_permissions": [ "https:\/\/numbr.dev\/" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/numbr-logo16.png", "32": "\/images\/numbr-logo32.png", "48": "\/images\/numbr-logo48.png", "128": "\/images\/numbr-logo128.png" } }, "icons": { "16": "\/images\/numbr-logo16.png", "32": "\/images\/numbr-logo32.png", "48": "\/images\/numbr-logo48.png", "128": "\/images\/numbr-logo128.png" } } |