Numbr
A smart calculator combined with a notepad.
什么是Numbr?
Numbr是由https://numbr.dev开发的Chrome扩展程序,该扩展的主要功能是“A smart calculator combined with a notepad.”。
扩展截图
下载Numbr扩展crx文件
下载Numbr扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Numbr is a smart calculator that looks beautiful and is a notepad at the same time. It can work with prices in different currencies, convert from one currency to another currency. As well as cryptocurrency rates. Here is a example of expression Numbr understands: $100 in EUR + 25%
扩展基本信息
名称 | Numbr |
ID | cncafkneilkicolelogcmmgblojmhfng |
官方URL | https://chromewebstore.google.com/detail/numbr/cncafkneilkicolelogcmmgblojmhfng |
简介 | A smart calculator combined with a notepad. |
文件大小 | 75.04 KB |
安装次数 | 2,404 |
当前版本 | 2.2 |
更新时间 | 2023-07-26 |
上架时间 | 2022-02-09 |
评分 | 5.00/5 共5次评分 |
开发者 | https://numbr.dev |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://numbr.dev/ipbm |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Numbr", "description": "A smart calculator combined with a notepad.", "version": "2.2", "manifest_version": 3, "host_permissions": [ "https:\/\/numbr.dev\/" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/numbr-logo16.png", "32": "\/images\/numbr-logo32.png", "48": "\/images\/numbr-logo48.png", "128": "\/images\/numbr-logo128.png" } }, "icons": { "16": "\/images\/numbr-logo16.png", "32": "\/images\/numbr-logo32.png", "48": "\/images\/numbr-logo48.png", "128": "\/images\/numbr-logo128.png" } } |