Calculator

A simple and intuitive calculator to help you with your work. Opens directly on the site page

ما هو Calculator؟

Calculator هو إضافة Chrome تم تطويرها بواسطة Price Tracker، والميزة الرئيسية لها هي "A simple and intuitive calculator to help you with your work. Opens directly on the site page".

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

screenshot
screenshot

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

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

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

                        Simple and intuitive calculator. Open by clicking on the icon. The design of the calculator is nice and similar to the design of ios calculator.

The calculator supports basic arithmetic operations: addition, subtraction, multiplication, division. The operations of entering the number and keyboard of the computer are available.

In the new update, it became possible to open the calculator directly on the website page. To open the calculator on the website page, select "Open calculator" in the context menu. You can drag the calculator to anywhere on the web page.

There is advertising in the extension, advertising helps us make our products better.                    

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

الاسم Calculator Calculator
ID lanchoggmnkmkehofmdonkbcdolfonmf
عنوان URL الرسمي https://chromewebstore.google.com/detail/calculator/lanchoggmnkmkehofmdonkbcdolfonmf
الوصف A simple and intuitive calculator to help you with your work. Opens directly on the site page
حجم الملف 40.48 KB
عدد التثبيتات 68,131
النسخة الحالية 0.0.63
آخر تحديث 2022-12-27
تاريخ النشر 2020-04-10
تقييم 4.15/5 مجموع تقييمات 62
المطور Price Tracker
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://otsledit.app/en/private_policy
اللغات المدعومة de,en,fr,tr,es,it,pl,pt-PT,ru,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.0.63",
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "__MSG_EXTENSION_SHORT_NAME__",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "activeTab",
        "scripting"
    ],
    "icons": {
        "128": "icons\/calculatorplus_icon-128px.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/popup.js",
                "css\/content.css",
                "icons\/*.png",
                "icons\/sprites\/*.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_title": "Simple Calculator",
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icons\/calculatorplus_icon-128px.png"
        }
    }
}