Scientific Calculator
Awesome Scientific Calculator for Google Chrome
什麼是Scientific Calculator?
Scientific Calculator是由https://raad.dev開發的Chrome擴展程式,該擴展的主要功能是“Awesome Scientific Calculator for Google Chrome”。
擴展截圖
下載Scientific Calculator擴展crx文件
下載Scientific Calculator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
* Powerful (it works with the keyboard and its shortcuts). / Scientific (it has all Math functions). + Click away calculator (Alt+C as shortcut). - Light and Super fast (it works offline). It's open source project (https://github.com/raad-altaie/scientific-calculator). Your feedback and contributions are greatly appreciated! Cheers!
擴展基本資訊
名稱 | Scientific Calculator |
ID | fnplhdldnhaodknidfddmkfdhlhjihpd |
官方網址 | https://chromewebstore.google.com/detail/scientific-calculator/fnplhdldnhaodknidfddmkfdhlhjihpd |
簡介 | Awesome Scientific Calculator for Google Chrome |
檔案大小 | 174 KB |
安裝次數 | 300,000 |
目前版本 | 1.5.4 |
更新時間 | 2023-10-13 |
上架時間 | 2019-05-21 |
評分 | 4.37/5 共 90 次評分 |
開發者 | https://raad.dev |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://raad.dev |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Scientific Calculator", "version": "1.5.4", "short_name": "Calculator", "author": "Raad Altaie", "description": "Awesome Scientific Calculator for Google Chrome", "offline_enabled": true, "browser_action": { "default_title": "Calculator", "default_icon": "icon.png", "default_popup": "popup.html" }, "options_page": "options.html", "icons": { "128": "icon128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+C", "windows": "Alt+C", "mac": "Alt+C", "chromeos": "Alt+C", "linux": "Alt+C" } } }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'" } |