Quick spreadsheet

Quick calculations using spreadsheet

Cos'è Quick spreadsheet?

Quick spreadsheet è un'estensione di Chrome sviluppata da Sergei Sleptsov, e la sua funzione principale è "Quick calculations using spreadsheet".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Quick spreadsheet

Scarica i file di estensione Quick spreadsheet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Quick spreadsheet Quick spreadsheet
ID akcjblpfcnfknlafiedflockhcibkdcm
URL Ufficiale https://chromewebstore.google.com/detail/quick-spreadsheet/akcjblpfcnfknlafiedflockhcibkdcm
Descrizione Quick calculations using spreadsheet
Dimensione del File 456 KB
Conteggio Installazioni 692
Versione Corrente 1.0.4
Ultimo Aggiornamento 2021-04-16
Data di Pubblicazione 2020-12-26
Valutazione 4.40/5 Totale 10 Valutazioni
Sviluppatore Sergei Sleptsov
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}