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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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": []
}