The Calculator

Calculator on the go, right in your browser

Cos'è The Calculator?

The Calculator è un'estensione di Chrome sviluppata da https://thecalculator-tab.com, e la sua funzione principale è "Calculator on the go, right in your browser".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione The Calculator

Scarica i file di estensione The Calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome The Calculator The Calculator
ID bakjhdppmbnpchmbnabefjopjaniibpn
URL Ufficiale https://chromewebstore.google.com/detail/the-calculator/bakjhdppmbnpchmbnabefjopjaniibpn
Descrizione Calculator on the go, right in your browser
Dimensione del File 530 KB
Conteggio Installazioni 34,490
Versione Corrente 0.1
Ultimo Aggiornamento 2023-08-15
Data di Pubblicazione 2023-08-15
Sviluppatore https://thecalculator-tab.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://thecalculator-tab.com/
URL della Pagina della Politica sulla Privacy https://triplex-media.com/privacy_policy.html
Lingue Supportate 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": []
}