Calculator
Basic arithmetic calculator
Wat is Calculator?
Calculator is een Chrome-extensie ontwikkeld door https://calc2017.top, en de belangrijkste functie is "Basic arithmetic calculator".
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
Simple calculator with advanced features. Offline and panel mode support.
Features:
• basic arithmetic operations
• usable with keyboard & mouse
• offline support
• color mode Basisinformatie over de Extensie
| Naam | |
| ID | odlbionehhhlfofknbpliabnhfihkicl |
| Officiële URL | https://chromewebstore.google.com/detail/calculator/odlbionehhhlfofknbpliabnhfihkicl |
| Beschrijving | Basic arithmetic calculator |
| Bestandsgrootte | 531 KB |
| Aantal Installaties | 44 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2017-03-14 |
| Publicatiedatum | 2017-03-13 |
| Ontwikkelaar | https://calc2017.top |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"browser_action": {
"default_icon": "calculator-icon1\/48x48.png",
"default_popup": "popup.html",
"default_title": "Calculator"
},
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
"description": "Basic arithmetic calculator",
"icons": {
"128": "calculator-icon1\/128x128.png",
"16": "calculator-icon1\/16x16.png",
"24": "calculator-icon1\/24x24.png",
"32": "calculator-icon1\/32x32.png",
"48": "calculator-icon1\/48x48.png",
"64": "calculator-icon1\/64x64.png"
},
"manifest_version": 2,
"name": "Calculator",
"offline_enabled": true,
"permissions": [
"clipboardRead",
"clipboardWrite"
],
"version": "1.0"
} | |