Calculator
Very simple and functional calculator.
ما هو Calculator؟
Calculator هو إضافة Chrome تم تطويرها بواسطة http://youon.ru، والميزة الرئيسية لها هي "Very simple and functional calculator.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Calculator
قم بتنزيل ملفات الامتداد Calculator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This calculator is rather easy but it contains some uncommon features. You can change functions of some buttons. For this you have to press right mouse button on one of green buttons and choose function what you need.
معلومات أساسية عن التمديد
الاسم | |
ID | kmpdkkhfogidhfmaojmmlcikhnndeicl |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/calculator/kmpdkkhfogidhfmaojmmlcikhnndeicl |
الوصف | Very simple and functional calculator. |
حجم الملف | 1.16 MB |
عدد التثبيتات | 3,000 |
النسخة الحالية | 1.0 |
آخر تحديث | 2015-12-19 |
تاريخ النشر | 2015-12-19 |
تقييم | 4.30/5 مجموع تقييمات 57 |
المطور | http://youon.ru |
نوع الدفع | free |
موقع الإضافة | http://dev.youon.ru/apps/calculator/ |
اللغات المدعومة | de,en,fr,it,ru |
manifest.json | |
{ "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "16": "calculator.png", "48": "calculator.png", "128": "calculator.png" }, "browser_action": { "default_icon": "calculator-bar.png", "default_title": "Calculatius", "default_popup": "calc.html" }, "background": { "scripts": [ "background\/bg1.js", "background\/bg.js" ] }, "content_scripts": [ { "js": [ "background\/emes.js", "background\/act.js" ], "matches": [ "http:\/\/*\/*" ], "run_at": "document_end" } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "background", "storage", "webRequest", "webRequestBlocking" ], "manifest_version": 2, "minimum_chrome_version": "7.0", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "version": "1.0" } |