Kalkulator
This is a quick access calculator with an awesome look, works well, and has a copy to clipboard feature!
Hvad er Kalkulator?
Kalkulator er en Chrome-udvidelse udviklet af 2K inc., og dens hovedfunktion er "This is a quick access calculator with an awesome look, works well, and has a copy to clipboard feature!".
Download Kalkulator-udvidelses-CRX-fil
Download Kalkulator-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
This is a quick access calculator with an awesome look, works well, and has a copy to clipboard feature! By 2K inc, and spelled with two K's. Also try 2K inc.'s other AWESOME extensions! --Trick or Treat! ^_^: A fun game for all ages. A fun clicker where you can collect trillions of candy to buy jobs and increase your multiplier to get even more! --Fidget Tab: Bored of your lame New Tab? We've made a New Tab extension that you can fidget with!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ilidgdcdnofmfpmkmbhoemmdmgkjgfcb |
Officiel URL | https://chrome.google.com/webstore/detail/kalkulator/ilidgdcdnofmfpmkmbhoemmdmgkjgfcb |
Beskrivelse | This is a quick access calculator with an awesome look, works well, and has a copy to clipboard feature! |
Filstørrelse | 70.06 KB |
Antal Installationer | 94 |
Nuværende Version | 1.1.4 |
Senest Opdateret | 2018-05-27 |
Udgivelsesdato | 2018-05-27 |
Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
Udvikler | 2K inc. |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kalkulator", "short_name": "Kalk", "description": "This is a quick access calculator with an awesome look, works well, and has a copy to clipboard feature!", "version": "1.1.4", "browser_action": { "default_icon": "kalk_icon.png", "default_popup": "calc.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+K", "mac": "Command+Shift+K" }, "description": "Open Kalkulator with ctrl+shift+k" } }, "permissions": [ "activeTab", "storage" ] } |