Scientific Calculator
Rapid Scientific Calculator for Google Chrome
什麼是Scientific Calculator?
Scientific Calculator是由https://www.yoosfuhl.com開發的Chrome擴展程式,該擴展的主要功能是“Rapid Scientific Calculator for Google Chrome”。
擴展截圖
下載Scientific Calculator擴展crx文件
下載Scientific Calculator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Need a calculator? Just click the calculator icon on chrome, the scientific calculator is available in your browser. Online scientific calculator with advanced features to calculate percentages, fractions, exponential functions, logarithms, trigonometry and more.
擴展基本資訊
名稱 | Scientific Calculator |
ID | plcgojidmbfagmcgijldmhlnclbilldm |
官方網址 | https://chromewebstore.google.com/detail/scientific-calculator/plcgojidmbfagmcgijldmhlnclbilldm |
簡介 | Rapid Scientific Calculator for Google Chrome |
檔案大小 | 984 KB |
安裝次數 | 34 |
目前版本 | 1 |
更新時間 | 2022-09-13 |
上架時間 | 2022-09-13 |
開發者 | https://www.yoosfuhl.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.yoosfuhl.com/online/calc#ScientificCalculator |
說明頁面URL | https://www.yoosfuhl.com/contact |
隱私政策頁面URL | https://www.yoosfuhl.com/privacy-policy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Scientific Calculator", "version": "1", "short_name": "Calculator", "author": "YoosFuhl.com", "description": "Rapid Scientific Calculator for Google Chrome", "offline_enabled": true, "action": { "default_title": "Calculator", "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "128": "icon128.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+C", "windows": "Alt+C", "mac": "Alt+C", "chromeos": "Alt+C", "linux": "Alt+C" } } } } |