Kalkulator
This is a quick access calculator with an awesome look, works well, and has a copy to clipboard feature!
Wat is Kalkulator?
Kalkulator is een Chrome-extensie ontwikkeld door 2K inc., en de belangrijkste functie is "This is a quick access calculator with an awesome look, works well, and has a copy to clipboard feature!".
Download het CRX-bestand van de extensie Kalkulator
Download Kalkulator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | ilidgdcdnofmfpmkmbhoemmdmgkjgfcb |
Officiële URL | https://chrome.google.com/webstore/detail/kalkulator/ilidgdcdnofmfpmkmbhoemmdmgkjgfcb |
Beschrijving | This is a quick access calculator with an awesome look, works well, and has a copy to clipboard feature! |
Bestandsgrootte | 70.06 KB |
Aantal Installaties | 94 |
Huidige Versie | 1.1.4 |
Laatst Bijgewerkt | 2018-05-27 |
Publicatiedatum | 2018-05-27 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | 2K inc. |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |