Quick spreadsheet
Quick calculations using spreadsheet
Co to jest Quick spreadsheet?
Quick spreadsheet to rozszerzenie Chrome opracowane przez Sergei Sleptsov, a jego główną funkcją jest „Quick calculations using spreadsheet”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Quick spreadsheet
Pobierz pliki rozszerzeń Quick spreadsheet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Quick spreadsheet |
ID | akcjblpfcnfknlafiedflockhcibkdcm |
Oficjalny URL | https://chromewebstore.google.com/detail/quick-spreadsheet/akcjblpfcnfknlafiedflockhcibkdcm |
Opis | Quick calculations using spreadsheet |
Rozmiar pliku | 456 KB |
Liczba instalacji | 692 |
Aktualna Wersja | 1.0.4 |
Ostatnia Aktualizacja | 2021-04-16 |
Data Publikacji | 2020-12-26 |
Ocena | 4.40/5 Łącznie 10 Oceny |
Deweloper | Sergei Sleptsov |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } |