Calculator Button
My Online Calculator Button
什麼是Calculator Button?
Calculator Button是由BeVegan開發的Chrome擴展程式,該擴展的主要功能是“My Online Calculator Button”。
擴展截圖
下載Calculator Button擴展crx文件
下載Calculator Button擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Certainly in everyday life, you come across such a situation, what you needed to perform some mathematical operations to produce a financial settlement, for example, when calculating the profitability of bank deposit or how suitable mortgage for the conditions at hand and at that time was not an ordinary electronic calculator or special programs? In such a case, you will be indispensable this convenient and easy-to-use Online Calculator Button. Stay with us and we can help!
擴展基本資訊
名稱 | Calculator Button |
ID | ibjednfgajknahjpfoafmeiehmeaofnc |
官方網址 | https://chromewebstore.google.com/detail/calculator-button/ibjednfgajknahjpfoafmeiehmeaofnc |
簡介 | My Online Calculator Button |
檔案大小 | 104 KB |
安裝次數 | 1,025 |
目前版本 | 1.0 |
更新時間 | 2013-10-01 |
上架時間 | 2013-10-01 |
評分 | 3.90/5 共 20 次評分 |
開發者 | BeVegan |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://my-online-calculator.com |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Calculator Button", "description": "My Online Calculator Button", "manifest_version": 2, "version": "1.0", "background": { "page": "index.html" }, "icons": { "128": "clock.png" }, "browser_action": [], "web_accessible_resources": [ "clock.png", "clock_16.png", "js.js", "style.css" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'unsafe-eval';" } |