Calculator Chrome Extension
This calculator is an addictive and user-friendly extension developed especially for Chrome users. Don't forget to give it a try !
Calculator Chrome Extensionとは何ですか?
Calculator Chrome ExtensionはMitin Sharmaによって開発されたChromeの拡張機能で、その主な機能は「This calculator is an addictive and user-friendly extension developed especially for Chrome users. Don't forget to give it a try !」です。
拡張機能のスクリーンショット
Calculator Chrome Extension拡張機能のCRXファイルをダウンロード
Calculator Chrome Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This calculator is an addictive and user-friendly extension developed especially for Chrome users. Don't forget to give it a try ! 拡張機能の基本情報
| 名前 | |
| ID | jdmcnjmopmnkijcbonebjbdkpcdblobn |
| 公式URL | https://chromewebstore.google.com/detail/calculator-chrome-extensi/jdmcnjmopmnkijcbonebjbdkpcdblobn |
| 説明 | This calculator is an addictive and user-friendly extension developed especially for Chrome users. Don't forget to give it a try ! |
| ファイルサイズ | 1.08 MB |
| インストール数 | 164 |
| 現在のバージョン | 1.0.2 |
| 最終更新日 | 2017-07-17 |
| 公開日 | 2017-07-17 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | Mitin Sharma |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Calculator Chrome Extension",
"version": "1.0.2",
"manifest_version": 2,
"icons": {
"19": "icons\/19x19.png",
"38": "icons\/38x38.png",
"128": "icons\/128x128.png"
},
"browser_action": {
"default_icon": {
"19": "icons\/19x19.png",
"38": "icons\/38x38.png",
"128": "icons\/128x128.png"
},
"default_title": "Smart Calculator",
"default_popup": "calc.html"
}
} | |