Numbr
A smart calculator combined with a notepad.
Vad är Numbr?
Numbr är en Chrome-tillägg utvecklad av https://numbr.dev, och dess huvudfunktion är "A smart calculator combined with a notepad.".
Tilläggsskärmbilder
Ladda ner Numbr-förlängningens CRX-fil
Ladda ner Numbr-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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%
Grundläggande Information om Tillägg
Namn | Numbr |
ID | cncafkneilkicolelogcmmgblojmhfng |
Officiell webbadress | https://chromewebstore.google.com/detail/numbr/cncafkneilkicolelogcmmgblojmhfng |
Beskrivning | A smart calculator combined with a notepad. |
Filstorlek | 75.04 KB |
Antal Installationer | 2,404 |
Aktuell Version | 2.2 |
Senast Uppdaterad | 2023-07-26 |
Publiceringsdatum | 2022-02-09 |
Betyg | 5.00/5 Totalt 5 Betyg |
Utvecklare | https://numbr.dev |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://numbr.dev/ipbm |
Stödda Språk | 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" } } |