Quick spreadsheet
Quick calculations using spreadsheet
什么是Quick spreadsheet?
Quick spreadsheet是由Sergei Sleptsov开发的Chrome扩展程序,该扩展的主要功能是“Quick calculations using spreadsheet”。
扩展截图
下载Quick spreadsheet扩展crx文件
下载Quick spreadsheet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Quick spreadsheet |
ID | akcjblpfcnfknlafiedflockhcibkdcm |
官方URL | https://chromewebstore.google.com/detail/quick-spreadsheet/akcjblpfcnfknlafiedflockhcibkdcm |
简介 | Quick calculations using spreadsheet |
文件大小 | 456 KB |
安装次数 | 692 |
当前版本 | 1.0.4 |
更新时间 | 2021-04-16 |
上架时间 | 2020-12-26 |
评分 | 4.40/5 共10次评分 |
开发者 | Sergei Sleptsov |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } |