The Calculator

Calculator on the go, right in your browser

O que é The Calculator?

The Calculator é uma extensão do Chrome desenvolvida por https://thecalculator-tab.com, e sua principal característica é "Calculator on the go, right in your browser".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão The Calculator

Baixe arquivos de extensão The Calculator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome The Calculator The Calculator
ID bakjhdppmbnpchmbnabefjopjaniibpn
URL Oficial https://chromewebstore.google.com/detail/the-calculator/bakjhdppmbnpchmbnabefjopjaniibpn
Descrição Calculator on the go, right in your browser
Tamanho do Arquivo 530 KB
Contagem de Instalações 34,490
Versão Atual 0.1
Última Atualização 2023-08-15
Data de Publicação 2023-08-15
Desenvolvedor https://thecalculator-tab.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://thecalculator-tab.com/
URL da Página de Política de Privacidade https://triplex-media.com/privacy_policy.html
Idiomas Suportados 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": []
}