Calculator
Simple calculator
什麼是Calculator?
Calculator是由Guilherme Cheng開發的Chrome擴展程式,該擴展的主要功能是“Simple calculator”。
擴展截圖
下載Calculator擴展crx文件
下載Calculator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Make your calculations easier and faster! Simple calculator is a fast and simple way to make your calculations! Just open it by clicking or using a shortcut and start! With it, you can: - Sum - Subtract - Multiply - Divide - Multiple operations at the same time - See your history calculations - Shortcuts for a better use! Shortcuts: Ctrl+M to open, close (Command+M for Mac) C to clear display H for history page Please, give us your feedback!
擴展基本資訊
名稱 | Calculator |
ID | inbgelflcpjphdfpbonhjfalhjbimion |
官方網址 | https://chromewebstore.google.com/detail/calculator/inbgelflcpjphdfpbonhjfalhjbimion |
簡介 | Simple calculator |
檔案大小 | 44.35 KB |
安裝次數 | 107 |
目前版本 | 1.2 |
更新時間 | 2021-03-28 |
上架時間 | 2021-03-21 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Guilherme Cheng |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Calculator", "version": "1.2", "description": "Simple calculator", "action": { "default_popup": "main.html" }, "manifest_version": 3, "icons": { "16": "Calculator3.png", "48": "Calculator3.png", "128": "Calculator3.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+M", "mac": "Command+M" }, "description": "Toggle main.html", "global": "true" } } } |