Calc 2000
Simple, fast and powerful calculator
什么是Calc 2000?
Calc 2000是由Pawan Kolhe开发的Chrome扩展程序,该扩展的主要功能是“Simple, fast and powerful calculator”。
扩展截图
下载Calc 2000扩展crx文件
下载Calc 2000扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple, Fast and Beautiful Calculator that functions like the Windows 10 calculator. - No Ads - Dark Theme - Works Offline - Fast and Smooth - Open Source Feel free to request more features.
扩展基本信息
名称 | Calc 2000 |
ID | mbicgfplgdbkhealkcljgplahbjjmnmo |
官方URL | https://chromewebstore.google.com/detail/calc-2000/mbicgfplgdbkhealkcljgplahbjjmnmo |
简介 | Simple, fast and powerful calculator |
文件大小 | 73.06 KB |
安装次数 | 142 |
当前版本 | 1.0.1 |
更新时间 | 2020-06-04 |
上架时间 | 2020-06-03 |
评分 | 5.00/5 共5次评分 |
开发者 | Pawan Kolhe |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://pawankolhe.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Calc 2000", "version": "1.0.1", "description": "Simple, fast and powerful calculator", "author": "Pawan Kolhe", "offline_enabled": true, "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "calc.html" }, "permissions": [] } |