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 |
| 公式URL | 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"
}
} | |