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 |
公式URL | 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 |
Eメール | [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';" } |