Retro Calculator
A retro-styled pop-up calculator
Retro Calculatorとは何ですか?
Retro CalculatorはYaye Esmillaによって開発されたChromeの拡張機能で、その主な機能は「A retro-styled pop-up calculator」です。
拡張機能のスクリーンショット
Retro Calculator拡張機能のCRXファイルをダウンロード
Retro Calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Retro Calculator Retro Calculator is an open-sourced, retro-styled pop-up calculator that does basic arithmetic processes. It allows you to do calculations via the keyboard or by pressing the buttons. Shortcuts: c or `enter` or `return` (in Mac) - Equals
拡張機能の基本情報
名前 | Retro Calculator |
ID | phlhhjgojpgddokobbenmdmpmabbnlij |
公式URL | https://chromewebstore.google.com/detail/retro-calculator/phlhhjgojpgddokobbenmdmpmabbnlij |
説明 | A retro-styled pop-up calculator |
ファイルサイズ | 73.12 KB |
インストール数 | 209 |
現在のバージョン | 1.0.0.0 |
最終更新日 | 2020-08-08 |
公開日 | 2020-08-07 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Yaye Esmilla |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/yayesmilla/retro-calculator |
ヘルプページのURL | https://github.com/yayesmilla/retro-calculator |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Retro Calculator", "description": "A retro-styled pop-up calculator", "version": "1.0.0.0", "browser_action": { "default_icon": "images\/icon-48.png", "default_popup": "popup.html", "default_title": "Retro Calculator" }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "incognito": "spanning", "permissions": [] } |