Quick spreadsheet
Quick calculations using spreadsheet
What is Quick spreadsheet?
Quick spreadsheet is a Chrome extension developed by Sergei Sleptsov, and its main feature is "Quick calculations using spreadsheet".
Extension Screenshots
Download Quick spreadsheet Extension CRX File
Download Quick spreadsheet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Quick spreadsheet |
ID | akcjblpfcnfknlafiedflockhcibkdcm |
Official URL | https://chromewebstore.google.com/detail/quick-spreadsheet/akcjblpfcnfknlafiedflockhcibkdcm |
Description | Quick calculations using spreadsheet |
File Size | 456 KB |
Installation Count | 692 |
Current Version | 1.0.4 |
Last Updated | 2021-04-16 |
Publish Date | 2020-12-26 |
Rating | 4.40/5 Total 10 Ratings |
Developer | Sergei Sleptsov |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |