Calculator
Calculator is easy app. Mathematics on one click.
什麼是Calculator?
Calculator是由Tetris Offline and Tools開發的Chrome擴展程式,該擴展的主要功能是“Calculator is easy app. Mathematics on one click.”。
擴展截圖
下載Calculator擴展crx文件
下載Calculator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Calculator is practical and useful html app. Math with many mathematical functions. Users can use functions basic, logarithmic, goniometric, brackets etc. All in this Calculator in your browser.
擴展基本資訊
名稱 | |
ID | gpajmlbjpjdoamamiijpeihfdhkhnieh |
官方網址 | https://chrome.google.com/webstore/detail/calculator/gpajmlbjpjdoamamiijpeihfdhkhnieh |
簡介 | Calculator is easy app. Mathematics on one click. |
檔案大小 | 112 KB |
安裝次數 | 95 |
目前版本 | 1.0.0 |
更新時間 | 2018-06-21 |
上架時間 | 2018-06-21 |
評分 | 2.50/5 共 2 次評分 |
開發者 | Tetris Offline and Tools |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Calculator", "description": "Calculator is easy app. Mathematics on one click.", "version": "1.0.0", "manifest_version": 2, "background": { "scripts": [ "jquery.js", "background.js" ] }, "browser_action": { "default_icon": "img\/ico_19.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/*.google.com; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "img\/ico_16.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" } } |