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 擴展基本資訊
| 名稱 | |
| ID | akcjblpfcnfknlafiedflockhcibkdcm |
| 官方網址 | 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"
} | |