Simple Calculator
Do math quick and right in your browser!
什么是Simple Calculator?
Simple Calculator是由VladDev开发的Chrome扩展程序,该扩展的主要功能是“Do math quick and right in your browser!”。
扩展截图
下载Simple Calculator扩展crx文件
下载Simple Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With this extension you can do quick math right in your browser, fast and easy!
扩展基本信息
名称 | Simple Calculator |
ID | ppdnpnadgdccoaaecfjejbhkpoihehcd |
官方URL | https://chromewebstore.google.com/detail/simple-calculator/ppdnpnadgdccoaaecfjejbhkpoihehcd |
简介 | Do math quick and right in your browser! |
文件大小 | 77.12 KB |
安装次数 | 50 |
当前版本 | 1.0.1 |
更新时间 | 2021-12-06 |
上架时间 | 2021-12-01 |
评分 | 5.00/5 共1次评分 |
开发者 | VladDev |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Calculator", "description": "Do math quick and right in your browser!", "version": "1.0.1", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |