easy calculator v3
calculate simply and fast
easy calculator v3とは何ですか?
easy calculator v3はnimdaによって開発されたChromeの拡張機能で、その主な機能は「calculate simply and fast」です。
拡張機能のスクリーンショット
easy calculator v3拡張機能のCRXファイルをダウンロード
easy calculator v3拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easy calculator - calculate fast 拡張機能の基本情報
| 名前 | |
| ID | hogimgcnlijiichncbccieippmdgoeig |
| 公式URL | https://chromewebstore.google.com/detail/easy-calculator-v3/hogimgcnlijiichncbccieippmdgoeig |
| 説明 | calculate simply and fast |
| ファイルサイズ | 22.81 KB |
| インストール数 | 1,759 |
| 現在のバージョン | 3.0 |
| 最終更新日 | 2020-10-26 |
| 公開日 | 2015-06-18 |
| 評価 | 4.29/5 合計 21 レビュー |
| 開発者 | nimda |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/bichiko/chrome-extension-calculator |
| ヘルプページのURL | https://github.com/bichiko/chrome-extension-calculator/issues |
| プライバシーポリシーページのURL | https://github.com/bichiko/chrome-extension-calculator |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "easy calculator v3",
"description": "calculate simply and fast",
"version": "3.0",
"icons": {
"500": ".\/assets\/img\/calc.png"
},
"background": {
"scripts": [
".\/assets\/js\/background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "click to open calculator",
"default_icon": ".\/assets\/img\/calc.png",
"default_popup": "index.html"
},
"manifest_version": 2
} | |