Chrome Calculator
Do calculations instantly on your browser. Smooth action of Spry Accordion makes easy jumping between Standard and Scientific modes.
什麼是Chrome Calculator?
Chrome Calculator是由Mahesh Uddama開發的Chrome擴展程式,該擴展的主要功能是“Do calculations instantly on your browser. Smooth action of Spry Accordion makes easy jumping between Standard and Scientific modes.”。
擴展截圖
下載Chrome Calculator擴展crx文件
下載Chrome Calculator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Do your calculations on top of your browser. Feel the simplicity compact format of the Standard view or get your Scientific panel just in a single click. 27 buttons Scientific panel will fulfill your basic scientific calculation needs. You also got Permutation and Combination buttons that most of soft calculators not equipped with. Share and enjoy it.
擴展基本資訊
名稱 | Chrome Calculator |
ID | dkmolnjgcflefpeajenclaejfddpcaml |
官方網址 | https://chromewebstore.google.com/detail/chrome-calculator/dkmolnjgcflefpeajenclaejfddpcaml |
簡介 | Do calculations instantly on your browser. Smooth action of Spry Accordion makes easy jumping between Standard and Scientific modes. |
檔案大小 | 29.68 KB |
安裝次數 | 4,005 |
目前版本 | 2.0 |
更新時間 | 2016-03-05 |
上架時間 | 2016-03-05 |
評分 | 3.91/5 共 11 次評分 |
開發者 | Mahesh Uddama |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://docs.google.com/presentation/d/11NfK-Bk0_EcK3QUgHIdTfoy2Xd3u5BWfozw1vffB3Fc/edit?usp=sharing |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Calculator", "description": "Do calculations instantly on your browser. Smooth action of Spry Accordion makes easy jumping between Standard and Scientific modes.", "version": "2.0", "browser_action": { "default_icon": "img\/icon_48.png", "default_popup": "calculator.html" }, "icons": { "128": "img\/icon_128.png", "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png" }, "content_security_policy": "script-src 'self'; object-src 'self'" } |