Calculator+
A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.
Calculator+とは何ですか?
Calculator+はhttps://www.mataskairaitis.comによって開発されたChromeの拡張機能で、その主な機能は「A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.」です。
拡張機能のスクリーンショット
Calculator+拡張機能のCRXファイルをダウンロード
Calculator+拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Calculator+ is a simple extension for chrome designed for making quick calculations on the fly. Does not require an internet connection once installed.
How to use:
Install the extension.
Click the calculator icon in the top right corner of your browser.
Hotkeys:
Enter: Submits calculation
=: Submits calculation
C: deletes everything
Calculator+ is completely free & open source.
You may find the source at: http://www.mataskairaitis.com/calculator 拡張機能の基本情報
| 名前 | |
| ID | pmjjijdigbmcgnmkmgkcboemdggjgpog |
| 公式URL | https://chromewebstore.google.com/detail/calculator+/pmjjijdigbmcgnmkmgkcboemdggjgpog |
| 説明 | A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly. |
| ファイルサイズ | 134 KB |
| インストール数 | 1,641 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2014-09-15 |
| 公開日 | 2014-09-15 |
| 評価 | 4.73/5 合計 11 レビュー |
| 開発者 | https://www.mataskairaitis.com |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.mataskairaitis.com/calculator |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Calculator+",
"description": "A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.",
"version": "1.0",
"author": "Matas Kairaitis",
"browser_action": {
"default_title": "Calculator+",
"default_icon": "images\/icon.png",
"default_popup": "calculator.html"
},
"sandbox": {
"pages": [
"sandbox.html"
]
}
} | |