Numbr
A smart calculator combined with a notepad.
Numbrคืออะไร?
Numbr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://numbr.dev และคุณลักษณะหลักของมันคือ "A smart calculator combined with a notepad."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Numbr
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |