Smart Calc

Select number in the web page and automatically (+, -, /, *) with the previous values. Also you can edit the function by your own.

ما هو Smart Calc؟

Smart Calc هو إضافة Chrome تم تطويرها بواسطة andersonfetter، والميزة الرئيسية لها هي "Select number in the web page and automatically (+, -, /, *) with the previous values. Also you can edit the function by your own.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Smart Calc

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

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

                        This is a simple way to make math. Highlighting text in any website. The default function is sum, but you can easely change it jut press the other function (+, -, /, *). On the icon the color indicates which function is selected. For the most advanced users you can edit by yourself the equations by using the pop up page.                    

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

الاسم Smart Calc Smart Calc
ID kbmdekffinpekjapcpgchgpkfokklaaj
عنوان URL الرسمي https://chromewebstore.google.com/detail/smart-calc/kbmdekffinpekjapcpgchgpkfokklaaj
الوصف Select number in the web page and automatically (+, -, /, *) with the previous values. Also you can edit the function by your own.
حجم الملف 35.43 KB
عدد التثبيتات 25
النسخة الحالية 1.0
آخر تحديث 2016-04-27
تاريخ النشر 2016-04-27
تقييم 5.00/5 مجموع تقييمات 1
المطور andersonfetter
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية http://www.afetter.com/license
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart Calc",
    "description": "Select number in the web page and automatically (+, -, \/, *) with the previous values. Also you can edit the function by your own.",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon32.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}