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文件

下载My Calc扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}