Calculator+
A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.
ما هو Calculator+؟
Calculator+ هو إضافة Chrome تم تطويرها بواسطة https://www.mataskairaitis.com، والميزة الرئيسية لها هي "A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Calculator+
قم بتنزيل ملفات الامتداد Calculator+ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Calculator+ is a simple extension for chrome designed for making quick calculations on the fly. Does not require an internet connection once installed.
How to use:
Install the extension.
Click the calculator icon in the top right corner of your browser.
Hotkeys:
Enter: Submits calculation
=: Submits calculation
C: deletes everything
Calculator+ is completely free & open source.
You may find the source at: http://www.mataskairaitis.com/calculator معلومات أساسية عن التمديد
| الاسم | |
| ID | pmjjijdigbmcgnmkmgkcboemdggjgpog |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/calculator+/pmjjijdigbmcgnmkmgkcboemdggjgpog |
| الوصف | A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly. |
| حجم الملف | 134 KB |
| عدد التثبيتات | 1,641 |
| النسخة الحالية | 1.0 |
| آخر تحديث | 2014-09-15 |
| تاريخ النشر | 2014-09-15 |
| تقييم | 4.73/5 مجموع تقييمات 11 |
| المطور | https://www.mataskairaitis.com |
| نوع الدفع | free |
| موقع الإضافة | http://www.mataskairaitis.com/calculator |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Calculator+",
"description": "A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.",
"version": "1.0",
"author": "Matas Kairaitis",
"browser_action": {
"default_title": "Calculator+",
"default_icon": "images\/icon.png",
"default_popup": "calculator.html"
},
"sandbox": {
"pages": [
"sandbox.html"
]
}
} | |