Quick spreadsheet

Quick calculations using spreadsheet

Quick spreadsheet란 무엇입니까?

Quick spreadsheet은(는) Sergei Sleptsov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick calculations using spreadsheet"입니다.

확장 프로그램 스크린샷

screenshot

Quick spreadsheet 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
}