Simple Calculator

Simple Easy Access Calculator

什么是Simple Calculator?

Simple Calculator是由Alan J. Fitzpatrick开发的Chrome扩展程序,该扩展的主要功能是“Simple Easy Access Calculator”。

扩展截图

screenshot

下载Simple Calculator扩展crx文件

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

扩展使用说明

                        A Beautiful Calculator to with a simple elegant design to make your daily calculations only a simple click away.

This calculator has the main functionality of a basic calculator.

Additional Features
- Full Keyboard Support
- Preview Window                    

扩展基本信息

名称 Simple Calculator Simple Calculator
ID ieafbjofblomjaiapdfpaepekillkgjp
官方URL https://chrome.google.com/webstore/detail/simple-calculator/ieafbjofblomjaiapdfpaepekillkgjp
简介 Simple Easy Access Calculator
文件大小 129 KB
安装次数 895
当前版本 0.4
更新时间 2017-03-30
上架时间 2017-03-30
评分 5.00/5 共5次评分
开发者 Alan J. Fitzpatrick
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Calculator",
    "description": "Simple Easy Access Calculator",
    "short_name": "scalculator",
    "version": "0.4",
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "images\/logo.png"
    },
    "permissions": [
        "debugger",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'"
}