Retro Calculator

A retro-styled pop-up calculator

什么是Retro Calculator?

Retro Calculator是由Yaye Esmilla开发的Chrome扩展程序,该扩展的主要功能是“A retro-styled pop-up calculator”。

扩展截图

screenshot
screenshot

下载Retro Calculator扩展crx文件

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

扩展使用说明

                        Retro Calculator

Retro Calculator is an open-sourced, retro-styled pop-up calculator that does basic arithmetic processes. It allows you to do calculations via the keyboard or by pressing the buttons.

Shortcuts:
 c or `enter` or `return` (in Mac) - Equals                    

扩展基本信息

名称 Retro Calculator Retro Calculator
ID phlhhjgojpgddokobbenmdmpmabbnlij
官方URL https://chromewebstore.google.com/detail/retro-calculator/phlhhjgojpgddokobbenmdmpmabbnlij
简介 A retro-styled pop-up calculator
文件大小 73.12 KB
安装次数 209
当前版本 1.0.0.0
更新时间 2020-08-08
上架时间 2020-08-07
评分 5.00/5 共1次评分
开发者 Yaye Esmilla
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/yayesmilla/retro-calculator
帮助页面URL https://github.com/yayesmilla/retro-calculator
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Retro Calculator",
    "description": "A retro-styled pop-up calculator",
    "version": "1.0.0.0",
    "browser_action": {
        "default_icon": "images\/icon-48.png",
        "default_popup": "popup.html",
        "default_title": "Retro Calculator"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "incognito": "spanning",
    "permissions": []
}