Pocket Calculator
Simple & Lightweight Calculator
Wat is Pocket Calculator?
Pocket Calculator is een Chrome-extensie ontwikkeld door https://windowshelper.co, en de belangrijkste functie is "Simple & Lightweight Calculator".
Extensie Screenshots
Download het CRX-bestand van de extensie Pocket Calculator
Download Pocket 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
Pocket Calculator is a simple, lightweight and easy calculator. Using less resources from your computer you can make easy operations like Addition, Subtraction, Multiplication and Division. You also can use decimals for your operations.
Basisinformatie over de Extensie
Naam | |
ID | pbejocjhmoacdmfkhhadlblkedjhkbdb |
Officiële URL | https://chrome.google.com/webstore/detail/pocket-calculator/pbejocjhmoacdmfkhhadlblkedjhkbdb |
Beschrijving | Simple & Lightweight Calculator |
Bestandsgrootte | 9.37 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2018-04-17 |
Publicatiedatum | 2018-04-17 |
Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://windowshelper.co |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://windowshelper.co/pocket-calculator-browser-extension/ |
URL van de Privacybeleid Pagina | https://windowshelper.co/privacy-policy-extensions |
Ondersteunde Talen | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pocket Calculator", "description": "Simple & Lightweight Calculator", "default_locale": "en", "version": "1.0.1", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |