Tiny Calculator
A simple Calculator by Daniel Endres
Wat is Tiny Calculator?
Tiny Calculator is een Chrome-extensie ontwikkeld door bytesbydan, en de belangrijkste functie is "A simple Calculator by Daniel Endres".
Extensie Screenshots
Download het CRX-bestand van de extensie Tiny Calculator
Download Tiny Calculator-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
Basisinformatie over de Extensie
Naam | Tiny Calculator |
ID | dbocncjkbigbmpnahpdphkcphkjhcfka |
Officiële URL | https://chromewebstore.google.com/detail/tiny-calculator/dbocncjkbigbmpnahpdphkcphkjhcfka |
Beschrijving | A simple Calculator by Daniel Endres |
Bestandsgrootte | 45.86 KB |
Aantal Installaties | 456 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2017-07-03 |
Publicatiedatum | 2017-07-02 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | bytesbydan |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tiny Calculator", "version": "1.1", "description": "A simple Calculator by Daniel Endres", "icons": { "128": "calc128.png", "48": "calc48.png", "16": "calc16.png" }, "browser_action": { "default_icon": "calc16.png", "default_popup": "popup.html" }, "permissions": [ "storage" ] } |