Retro Calculator

A retro-styled pop-up calculator

什麼是Retro Calculator?

Retro Calculator是由Yaye Esmilla開發的Chrome擴展程式,該擴展的主要功能是“A retro-styled pop-up calculator”。

擴展截圖

screenshot
screenshot

下載Retro Calculator擴展crx文件

下載Retro Calculator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Retro Calculator

Retro Calculator is an open-sourced, retro-styled pop-up calculator that does basic arithmetic processes. It allows you to do calculations via the keyboard or by pressing the buttons.

Shortcuts:
 c or `enter` or `return` (in Mac) - Equals                    

擴展基本資訊

名稱 Retro Calculator Retro Calculator
ID phlhhjgojpgddokobbenmdmpmabbnlij
官方網址 https://chromewebstore.google.com/detail/retro-calculator/phlhhjgojpgddokobbenmdmpmabbnlij
簡介 A retro-styled pop-up calculator
檔案大小 73.12 KB
安裝次數 209
目前版本 1.0.0.0
更新時間 2020-08-08
上架時間 2020-08-07
評分 5.00/5 共 1 次評分
開發者 Yaye Esmilla
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/yayesmilla/retro-calculator
說明頁面URL https://github.com/yayesmilla/retro-calculator
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Retro Calculator",
    "description": "A retro-styled pop-up calculator",
    "version": "1.0.0.0",
    "browser_action": {
        "default_icon": "images\/icon-48.png",
        "default_popup": "popup.html",
        "default_title": "Retro Calculator"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "incognito": "spanning",
    "permissions": []
}