Android Calculator
Simple and easy to use calculator
什么是Android Calculator?
Android Calculator是由refractiontech开发的Chrome扩展程序,该扩展的主要功能是“Simple and easy to use calculator”。
扩展截图
下载Android Calculator扩展crx文件
下载Android Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Suitable and fast calculator like android calculator.
Possibility to use keyboard and mouse.
Possibility to work with several numbers at once. 扩展基本信息
| 名称 | |
| ID | jkiblcnjkgohckbbjpedihcfjanbfoif |
| 官方URL | https://chromewebstore.google.com/detail/android-calculator/jkiblcnjkgohckbbjpedihcfjanbfoif |
| 简介 | Simple and easy to use calculator |
| 文件大小 | 43.13 KB |
| 安装次数 | 12,204 |
| 当前版本 | 1.6 |
| 更新时间 | 2020-09-05 |
| 上架时间 | 2018-07-05 |
| 评分 | 4.53/5 共53次评分 |
| 开发者 | refractiontech |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://refraction.tech/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Android Calculator",
"description": "Simple and easy to use calculator",
"version": "1.6",
"icons": {
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"content.js"
],
"css": [
"styles\/content.css"
]
}
],
"permissions": [
"storage"
],
"manifest_version": 2
} | |