Scientific Calculator
Just one click to activate the calculator!
什么是Scientific Calculator?
Scientific Calculator是由Mnwa开发的Chrome扩展程序,该扩展的主要功能是“Just one click to activate the calculator!”。
扩展截图
下载Scientific Calculator扩展crx文件
下载Scientific Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get this extension to use the calculator now!
+ Easy to use
+ Advanced Interface
+ Scientific calculator 扩展基本信息
| 名称 | |
| ID | amgpghckccldgepbpghdmpjpppflkede |
| 官方URL | https://chromewebstore.google.com/detail/scientific-calculator/amgpghckccldgepbpghdmpjpppflkede |
| 简介 | Just one click to activate the calculator! |
| 文件大小 | 175 KB |
| 安装次数 | 9,895 |
| 当前版本 | 3.2.0.6 |
| 更新时间 | 2017-09-20 |
| 上架时间 | 2017-09-20 |
| 评分 | 3.87/5 共31次评分 |
| 开发者 | Mnwa |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/Mnwa/CalcForChrome-byMnwa |
| 帮助页面URL | https://github.com/Mnwa/CalcForChrome-byMnwa/issues |
| 支持的语言 | de,en,fr,es,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extName__",
"short_name": "MCalc",
"version": "3.2.0.6",
"description": "__MSG_extDesc__",
"browser_action": {
"default_title": "Calc",
"default_icon": "icon128.png",
"default_popup": "popup.html"
},
"default_locale": "en",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"64": "icon64.png",
"128": "icon128.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |