The Calculator

Calculator on the go, right in your browser

什麼是The Calculator?

The Calculator是由https://thecalculator-tab.com開發的Chrome擴展程式,該擴展的主要功能是“Calculator on the go, right in your browser”。

擴展截圖

screenshot

下載The Calculator擴展crx文件

下載The Calculator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 The Calculator The Calculator
ID bakjhdppmbnpchmbnabefjopjaniibpn
官方網址 https://chromewebstore.google.com/detail/the-calculator/bakjhdppmbnpchmbnabefjopjaniibpn
簡介 Calculator on the go, right in your browser
檔案大小 530 KB
安裝次數 34,490
目前版本 0.1
更新時間 2023-08-15
上架時間 2023-08-15
開發者 https://thecalculator-tab.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://thecalculator-tab.com/
隱私政策頁面URL https://triplex-media.com/privacy_policy.html
支援的語言 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": []
}