Calculator
Calculator is easy app. Mathematics on one click.
Wat is Calculator?
Calculator is een Chrome-extensie ontwikkeld door Tetris Offline and Tools, en de belangrijkste functie is "Calculator is easy app. Mathematics on one click.".
Extensie Screenshots
Download het CRX-bestand van de extensie Calculator
Download 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
Calculator is practical and useful html app. Math with many mathematical functions. Users can use functions basic, logarithmic, goniometric, brackets etc. All in this Calculator in your browser.
Basisinformatie over de Extensie
Naam | |
ID | gpajmlbjpjdoamamiijpeihfdhkhnieh |
Officiële URL | https://chrome.google.com/webstore/detail/calculator/gpajmlbjpjdoamamiijpeihfdhkhnieh |
Beschrijving | Calculator is easy app. Mathematics on one click. |
Bestandsgrootte | 112 KB |
Aantal Installaties | 95 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2018-06-21 |
Publicatiedatum | 2018-06-21 |
Beoordeling | 2.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Tetris Offline and Tools |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Calculator", "description": "Calculator is easy app. Mathematics on one click.", "version": "1.0.0", "manifest_version": 2, "background": { "scripts": [ "jquery.js", "background.js" ] }, "browser_action": { "default_icon": "img\/ico_19.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/*.google.com; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "img\/ico_16.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" } } |