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 |
官方URL | 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'" } |