Quick spreadsheet

Quick calculations using spreadsheet

Quick spreadsheetとは何ですか?

Quick spreadsheetはSergei Sleptsovによって開発されたChromeの拡張機能で、その主な機能は「Quick calculations using spreadsheet」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
}