Numbr
A smart calculator combined with a notepad.
Hvad er Numbr?
Numbr er en Chrome-udvidelse udviklet af https://numbr.dev, og dens hovedfunktion er "A smart calculator combined with a notepad.".
Udvidelsesskærmbilleder
Download Numbr-udvidelses-CRX-fil
Download Numbr-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Numbr |
ID | cncafkneilkicolelogcmmgblojmhfng |
Officiel URL | https://chromewebstore.google.com/detail/numbr/cncafkneilkicolelogcmmgblojmhfng |
Beskrivelse | A smart calculator combined with a notepad. |
Filstørrelse | 75.04 KB |
Antal Installationer | 2,404 |
Nuværende Version | 2.2 |
Senest Opdateret | 2023-07-26 |
Udgivelsesdato | 2022-02-09 |
Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
Udvikler | https://numbr.dev |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://numbr.dev/ipbm |
Understøttede Sprog | 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" } } |