Quick spreadsheet
Quick calculations using spreadsheet
Wat is Quick spreadsheet?
Quick spreadsheet is een Chrome-extensie ontwikkeld door Sergei Sleptsov, en de belangrijkste functie is "Quick calculations using spreadsheet".
Extensie Screenshots
Download het CRX-bestand van de extensie Quick spreadsheet
Download Quick spreadsheet-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
Allow you quickly do any calculation using a well-known spreadsheet inside your browser. This extension is not a replacement for standalone spreadsheet applications (such as Microsoft Excel or Google Spreadsheets). But it's a fast way to do any calculations or research without leaving your tab. Quick spreadsheet - is your calculator on "steroids". Version: 1.0.4 - Added GBP(Pound sterling) currency to format at the toolbar
Basisinformatie over de Extensie
Naam | Quick spreadsheet |
ID | akcjblpfcnfknlafiedflockhcibkdcm |
Officiële URL | https://chromewebstore.google.com/detail/quick-spreadsheet/akcjblpfcnfknlafiedflockhcibkdcm |
Beschrijving | Quick calculations using spreadsheet |
Bestandsgrootte | 456 KB |
Aantal Installaties | 692 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2021-04-16 |
Publicatiedatum | 2020-12-26 |
Beoordeling | 4.40/5 Totaal 10 Beoordelingen |
Ontwikkelaar | Sergei Sleptsov |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "storage" ], "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Open spreadsheet", "default_popup": "popup\/index.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2, "version": "1.0.4", "name": "Quick spreadsheet", "description": "Quick calculations using spreadsheet" } |