Scientific Calculator
Just one click to activate the calculator!
什麼是Scientific Calculator?
Scientific Calculator是由Mnwa開發的Chrome擴展程式,該擴展的主要功能是“Just one click to activate the calculator!”。
擴展截圖
下載Scientific Calculator擴展crx文件
下載Scientific Calculator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Get this extension to use the calculator now!
+ Easy to use
+ Advanced Interface
+ Scientific calculator 擴展基本資訊
| 名稱 | |
| ID | amgpghckccldgepbpghdmpjpppflkede |
| 官方網址 | https://chromewebstore.google.com/detail/scientific-calculator/amgpghckccldgepbpghdmpjpppflkede |
| 簡介 | Just one click to activate the calculator! |
| 檔案大小 | 175 KB |
| 安裝次數 | 9,895 |
| 目前版本 | 3.2.0.6 |
| 更新時間 | 2017-09-20 |
| 上架時間 | 2017-09-20 |
| 評分 | 3.87/5 共 31 次評分 |
| 開發者 | Mnwa |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/Mnwa/CalcForChrome-byMnwa |
| 說明頁面URL | https://github.com/Mnwa/CalcForChrome-byMnwa/issues |
| 支援的語言 | de,en,fr,es,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extName__",
"short_name": "MCalc",
"version": "3.2.0.6",
"description": "__MSG_extDesc__",
"browser_action": {
"default_title": "Calc",
"default_icon": "icon128.png",
"default_popup": "popup.html"
},
"default_locale": "en",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"64": "icon64.png",
"128": "icon128.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |