Clean calculator
Simple calculator with hidden party mode
Clean calculatorとは何ですか?
Clean calculatorはphillipjouberによって開発されたChromeの拡張機能で、その主な機能は「Simple calculator with hidden party mode」です。
拡張機能のスクリーンショット
Clean calculator拡張機能のCRXファイルをダウンロード
Clean calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple calculator with a hidden party mode, can you find it ? Large buttons appear on the screen with easy readable fonts and a user friendly interface. For general puposes and every day use, right in the browser.
拡張機能の基本情報
名前 | Clean calculator |
ID | dkilgaafooiibcdkhgnhialfmbdgkfae |
公式URL | https://chromewebstore.google.com/detail/clean-calculator/dkilgaafooiibcdkhgnhialfmbdgkfae |
説明 | Simple calculator with hidden party mode |
ファイルサイズ | 60.68 KB |
インストール数 | 740 |
現在のバージョン | 0.1 |
最終更新日 | 2014-09-06 |
公開日 | 2014-09-06 |
評価 | 4.81/5 合計 16 レビュー |
開発者 | phillipjouber |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clean calculator", "sandbox": { "pages": [ "popup.html" ] }, "description": "Simple calculator with hidden party mode", "version": "0.1", "icons": { "16": "images\/cc16.png", "48": "images\/cc48.png", "128": "images\/cc128.png" }, "browser_action": { "default_icon": "images\/cc48.png", "default_popup": "popup.html" } } |