Calculator
Calculator is easy app. Mathematics on one click.
什么是Calculator?
Calculator是由Tetris Offline and Tools开发的Chrome扩展程序,该扩展的主要功能是“Calculator is easy app. Mathematics on one click.”。
扩展截图
下载Calculator扩展crx文件
下载Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Calculator is practical and useful html app. Math with many mathematical functions. Users can use functions basic, logarithmic, goniometric, brackets etc. All in this Calculator in your browser. 扩展基本信息
| 名称 | |
| ID | gpajmlbjpjdoamamiijpeihfdhkhnieh |
| 官方URL | https://chrome.google.com/webstore/detail/calculator/gpajmlbjpjdoamamiijpeihfdhkhnieh |
| 简介 | Calculator is easy app. Mathematics on one click. |
| 文件大小 | 112 KB |
| 安装次数 | 95 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2018-06-21 |
| 上架时间 | 2018-06-21 |
| 评分 | 2.50/5 共2次评分 |
| 开发者 | Tetris Offline and Tools |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Calculator",
"description": "Calculator is easy app. Mathematics on one click.",
"version": "1.0.0",
"manifest_version": 2,
"background": {
"scripts": [
"jquery.js",
"background.js"
]
},
"browser_action": {
"default_icon": "img\/ico_19.png",
"default_popup": "popup.html"
},
"content_security_policy": "script-src 'self' https:\/\/*.google.com; object-src 'self'",
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"icons": {
"16": "img\/ico_16.png",
"48": "img\/ico_48.png",
"128": "img\/ico_128.png"
}
} | |