My Calc

A calculator extension that designed to help you make quick and efficient calculations on the fly

My Calc란 무엇입니까?

My Calc은(는) https://mycalc-tab.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A calculator extension that designed to help you make quick and efficient calculations on the fly"입니다.

확장 프로그램 스크린샷

screenshot

My Calc 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        MyCalc extension allows you to easily do your mathematical operations when you open a new tab on your browser without leaving your desk.

A simple and efficient calculator for basic arithmetic. 

Whenever you open a new tab, a calculator is there for you along with a search bar that lets you quickly get any information on Bing search results.

Features:
★ My Calc is completely free & open source
★ Simple and stylish design
★ Easily accessible
★ Search bar

By clicking 'Add to Chrome' and installing this extension, you are accepting and agreeing to install the My Calc Chrome 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://questa.mobi/terms-conditions/
Privacy Policy: https://questa.mobi/privacy-policy/                    

확장 프로그램 기본 정보

이름 My Calc My Calc
ID pbpemjbbocanilkijiojedfedcpkailp
공식 URL https://chromewebstore.google.com/detail/my-calc/pbpemjbbocanilkijiojedfedcpkailp
설명 A calculator extension that designed to help you make quick and efficient calculations on the fly
파일 크기 676 KB
설치 횟수 44,828
현재 버전 1.0.1
최근 업데이트 2022-12-21
출시 날짜 2022-11-28
개발자 https://mycalc-tab.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mycalc-tab.com/
개인정보 보호 정책 페이지 URL https://questa.mobi/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "My Calc",
    "short_name": "My Calc",
    "version": "1.0.1",
    "description": "A calculator extension that designed to help you make quick and efficient calculations on the fly",
    "icons": {
        "64": "icons\/64.png"
    },
    "action": {
        "browser_style": false,
        "default_title": "My Calc"
    },
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    }
}