The Calculator

Calculator on the go, right in your browser

Was ist The Calculator?

The Calculator ist eine Chrome-Erweiterung, die von https://thecalculator-tab.com entwickelt wurde, und ihr Hauptmerkmal ist "Calculator on the go, right in your browser".

Erweiterungsscreenshots

screenshot

The Calculator-Erweiterungs-CRX-Datei herunterladen

Laden Sie The Calculator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        A must have calculator extension that will provide you with ability to use calculator to make quick calculations directly from your browser tab.

Each time you open a new Chrome browser tab, the calculator will always be there for you to take your instructions. Also we provide your with a handy search bar that lets you quickly search for information through Microsoft Bing search engine.

Features:
- Easy to use calculator
- Cool background
- Handy accessible search bar
- Displays current time

By clicking 'Add to Chrome' and installing this extension, you are accepting and agreeing to install the The Calculator Chrome extension. I understand that by doing so, my browser's new tab will be set to that provided by the service with search results by Microsoft Bing, and the Privacy and Terms of Use.

Terms of Use: https://triplex-media.com/terms.html
Privacy Policy: https://triplex-media.com/privacy_policy.html                    

Grundlegende Informationen zur Erweiterung

Name The Calculator The Calculator
ID bakjhdppmbnpchmbnabefjopjaniibpn
Offizielle URL https://chromewebstore.google.com/detail/the-calculator/bakjhdppmbnpchmbnabefjopjaniibpn
Beschreibung Calculator on the go, right in your browser
Dateigröße 530 KB
Installationsanzahl 34,490
Aktuelle Version 0.1
Letztes Update 2023-08-15
Veröffentlichungsdatum 2023-08-15
Entwickler https://thecalculator-tab.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://thecalculator-tab.com/
URL der Datenschutzrichtlinien-Seite https://triplex-media.com/privacy_policy.html
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.1",
    "name": "The Calculator",
    "short_name": "The Calculator",
    "icons": {
        "128": "assets\/imgs\/icon.png"
    },
    "action": [],
    "description": "Calculator on the go, right in your browser",
    "chrome_url_overrides": {
        "newtab": "views\/tabs\/tabs.html"
    },
    "background": {
        "service_worker": "serviceworker.js"
    },
    "permissions": []
}