Simple Calculator
Do math quick and right in your browser!
Wat is Simple Calculator?
Simple Calculator is een Chrome-extensie ontwikkeld door VladDev, en de belangrijkste functie is "Do math quick and right in your browser!".
Extensie Screenshots
Download het CRX-bestand van de extensie Simple Calculator
Download Simple 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
With this extension you can do quick math right in your browser, fast and easy! Basisinformatie over de Extensie
| Naam | |
| ID | ppdnpnadgdccoaaecfjejbhkpoihehcd |
| Officiële URL | https://chromewebstore.google.com/detail/simple-calculator/ppdnpnadgdccoaaecfjejbhkpoihehcd |
| Beschrijving | Do math quick and right in your browser! |
| Bestandsgrootte | 77.12 KB |
| Aantal Installaties | 50 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2021-12-06 |
| Publicatiedatum | 2021-12-01 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | VladDev |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Simple Calculator",
"description": "Do math quick and right in your browser!",
"version": "1.0.1",
"icons": {
"128": "icon_128.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |