Calc 2000
Simple, fast and powerful calculator
Hvad er Calc 2000?
Calc 2000 er en Chrome-udvidelse udviklet af Pawan Kolhe, og dens hovedfunktion er "Simple, fast and powerful calculator".
Udvidelsesskærmbilleder
Download Calc 2000-udvidelses-CRX-fil
Download Calc 2000-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
Simple, Fast and Beautiful Calculator that functions like the Windows 10 calculator.
- No Ads
- Dark Theme
- Works Offline
- Fast and Smooth
- Open Source
Feel free to request more features. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | mbicgfplgdbkhealkcljgplahbjjmnmo |
| Officiel URL | https://chromewebstore.google.com/detail/calc-2000/mbicgfplgdbkhealkcljgplahbjjmnmo |
| Beskrivelse | Simple, fast and powerful calculator |
| Filstørrelse | 73.06 KB |
| Antal Installationer | 142 |
| Nuværende Version | 1.0.1 |
| Senest Opdateret | 2020-06-04 |
| Udgivelsesdato | 2020-06-03 |
| Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
| Udvikler | Pawan Kolhe |
| [email protected] | |
| Betalingsmetode | free |
| Hjælpeside-URL | https://pawankolhe.com |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Calc 2000",
"version": "1.0.1",
"description": "Simple, fast and powerful calculator",
"author": "Pawan Kolhe",
"offline_enabled": true,
"icons": {
"16": "icon_16.png",
"32": "icon_32.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "calc.html"
},
"permissions": []
} | |