Calculator

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

Calculatorとは何ですか?

CalculatorはPrice Trackerによって開発されたChromeの拡張機能で、その主な機能は「A simple and intuitive calculator to help you with your work. Opens directly on the site page」です。

拡張機能のスクリーンショット

screenshot
screenshot

Calculator拡張機能のCRXファイルをダウンロード

Calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL 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"
        }
    }
}