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% 擴展基本資訊
| 名稱 | |
| ID | cncafkneilkicolelogcmmgblojmhfng |
| 官方網址 | 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"
}
} | |