Calc 2000
Simple, fast and powerful calculator
什麼是Calc 2000?
Calc 2000是由Pawan Kolhe開發的Chrome擴展程式,該擴展的主要功能是“Simple, fast and powerful calculator”。
擴展截圖
下載Calc 2000擴展crx文件
下載Calc 2000擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Simple, Fast and Beautiful Calculator that functions like the Windows 10 calculator. - No Ads - Dark Theme - Works Offline - Fast and Smooth - Open Source Feel free to request more features.
擴展基本資訊
名稱 | Calc 2000 |
ID | mbicgfplgdbkhealkcljgplahbjjmnmo |
官方網址 | https://chromewebstore.google.com/detail/calc-2000/mbicgfplgdbkhealkcljgplahbjjmnmo |
簡介 | Simple, fast and powerful calculator |
檔案大小 | 73.06 KB |
安裝次數 | 142 |
目前版本 | 1.0.1 |
更新時間 | 2020-06-04 |
上架時間 | 2020-06-03 |
評分 | 5.00/5 共 5 次評分 |
開發者 | Pawan Kolhe |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://pawankolhe.com |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Calc 2000", "version": "1.0.1", "description": "Simple, fast and powerful calculator", "author": "Pawan Kolhe", "offline_enabled": true, "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "calc.html" }, "permissions": [] } |