Ios Calculator
Simple and easy to use calculator
Wat is Ios Calculator?
Ios Calculator is een Chrome-extensie ontwikkeld door refractiontech, en de belangrijkste functie is "Simple and easy to use calculator".
Extensie Screenshots
Download het CRX-bestand van de extensie Ios Calculator
Download Ios 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
Suitable and fast calculator like Ios calculator. Possibility to use keyboard and mouse. Possibility to work with several numbers at once.
Basisinformatie over de Extensie
Naam | Ios Calculator |
ID | loojjnjjfmnmaefhinlahhaegaffjahc |
Officiële URL | https://chromewebstore.google.com/detail/ios-calculator/loojjnjjfmnmaefhinlahhaegaffjahc |
Beschrijving | Simple and easy to use calculator |
Bestandsgrootte | 39.78 KB |
Aantal Installaties | 10,000 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-11-02 |
Publicatiedatum | 2017-11-02 |
Beoordeling | 3.50/5 Totaal 6 Beoordelingen |
Ontwikkelaar | refractiontech |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://refraction.tech/ |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ios Calculator", "description": "Simple and easy to use calculator", "version": "1.0", "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "https:\/\/refraction.tech\/" ], "manifest_version": 2 } |