Quick spreadsheet

Quick calculations using spreadsheet

Quick spreadsheet là gì?

Quick spreadsheet là một tiện ích mở rộng Chrome được phát triển bởi Sergei Sleptsov, và tính năng chính của nó là "Quick calculations using spreadsheet".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Quick spreadsheet

Tải xuống các tệp mở rộng Quick spreadsheet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Quick spreadsheet Quick spreadsheet
ID akcjblpfcnfknlafiedflockhcibkdcm
URL Chính Thức https://chromewebstore.google.com/detail/quick-spreadsheet/akcjblpfcnfknlafiedflockhcibkdcm
Mô tả Quick calculations using spreadsheet
Kích Thước Tệp 456 KB
Số Lần Cài Đặt 692
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2021-04-16
Ngày Phát Hành 2020-12-26
Đánh Giá 4.40/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Sergei Sleptsov
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}