Modern Calculator

Simple and Modern Calculator for Chrome browser.

ما هو Modern Calculator؟

Modern Calculator هو إضافة Chrome تم تطويرها بواسطة master94ga، والميزة الرئيسية لها هي "Simple and Modern Calculator for Chrome browser.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Modern Calculator

قم بتنزيل ملفات الامتداد Modern Calculator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Modern Calculator is a simple and well made extension that open the calculator when you click on the icon.

The calculator have three different style that you can chose from the settings page, you can choose also the size, the options are small, medium and big.

Let me know if you like it, if all work correctly and all types of feedback are apprecieted.                    

معلومات أساسية عن التمديد

الاسم Modern Calculator Modern Calculator
ID fdpigloibdnkimfbebdgaaefdlkkjoha
عنوان URL الرسمي https://chromewebstore.google.com/detail/modern-calculator/fdpigloibdnkimfbebdgaaefdlkkjoha
الوصف Simple and Modern Calculator for Chrome browser.
حجم الملف 107 KB
عدد التثبيتات 10,000
النسخة الحالية 0.2
آخر تحديث 2016-04-08
تاريخ النشر 2016-04-08
تقييم 4.36/5 مجموع تقييمات 11
المطور master94ga
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.giuseppeattanasio.me/project/#project/calculator
عنوان صفحة المساعدة http://www.giuseppeattanasio.me/#Contact
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Modern Calculator",
    "options_page": "settings.html",
    "description": "Simple and Modern Calculator for Chrome browser.",
    "version": "0.2",
    "permissions": [
        "storage"
    ],
    "icons": {
        "19": "img\/19.png",
        "48": "img\/48.png",
        "38": "img\/38.png",
        "128": "img\/128.png"
    },
    "browser_action": {
        "default_icon": "img\/48.png",
        "default_title": "Open Calculator!",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}