Calculator Button

My Online Calculator Button

什么是Calculator Button?

Calculator Button是由BeVegan开发的Chrome扩展程序,该扩展的主要功能是“My Online Calculator Button”。

扩展截图

screenshot
screenshot

下载Calculator Button扩展crx文件

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

扩展使用说明

                        Certainly in everyday life, you come across such a situation, what you needed to perform some mathematical operations to produce a financial settlement, for example, when calculating the profitability of bank deposit or how suitable mortgage for the conditions at hand and at that time was not an ordinary electronic calculator or special programs? In such a case, you will be indispensable this convenient and easy-to-use Online Calculator Button.

Stay with us and we can help!                    

扩展基本信息

名称 Calculator Button Calculator Button
ID ibjednfgajknahjpfoafmeiehmeaofnc
官方URL https://chromewebstore.google.com/detail/calculator-button/ibjednfgajknahjpfoafmeiehmeaofnc
简介 My Online Calculator Button
文件大小 104 KB
安装次数 1,025
当前版本 1.0
更新时间 2013-10-01
上架时间 2013-10-01
评分 3.90/5 共20次评分
开发者 BeVegan
电子邮箱 [email protected]
付费类型 free
扩展官网 http://my-online-calculator.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Calculator Button",
    "description": "My Online Calculator Button",
    "manifest_version": 2,
    "version": "1.0",
    "background": {
        "page": "index.html"
    },
    "icons": {
        "128": "clock.png"
    },
    "browser_action": [],
    "web_accessible_resources": [
        "clock.png",
        "clock_16.png",
        "js.js",
        "style.css"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'unsafe-eval';"
}