Clean calculator
Simple calculator with hidden party mode
什么是Clean calculator?
Clean calculator是由phillipjouber开发的Chrome扩展程序,该扩展的主要功能是“Simple calculator with hidden party mode”。
扩展截图
下载Clean calculator扩展crx文件
下载Clean calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple calculator with a hidden party mode, can you find it ? Large buttons appear on the screen with easy readable fonts and a user friendly interface. For general puposes and every day use, right in the browser. 扩展基本信息
| 名称 | |
| ID | dkilgaafooiibcdkhgnhialfmbdgkfae |
| 官方URL | https://chromewebstore.google.com/detail/clean-calculator/dkilgaafooiibcdkhgnhialfmbdgkfae |
| 简介 | Simple calculator with hidden party mode |
| 文件大小 | 60.68 KB |
| 安装次数 | 740 |
| 当前版本 | 0.1 |
| 更新时间 | 2014-09-06 |
| 上架时间 | 2014-09-06 |
| 评分 | 4.81/5 共16次评分 |
| 开发者 | phillipjouber |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Clean calculator",
"sandbox": {
"pages": [
"popup.html"
]
},
"description": "Simple calculator with hidden party mode",
"version": "0.1",
"icons": {
"16": "images\/cc16.png",
"48": "images\/cc48.png",
"128": "images\/cc128.png"
},
"browser_action": {
"default_icon": "images\/cc48.png",
"default_popup": "popup.html"
}
} | |