Modern Calculator
Simple and Modern Calculator for Chrome browser.
Modern Calculatorとは何ですか?
Modern Calculatorはmaster94gaによって開発されたChromeの拡張機能で、その主な機能は「Simple and Modern Calculator for Chrome browser.」です。
拡張機能のスクリーンショット
Modern Calculator拡張機能のCRXファイルをダウンロード
Modern Calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Modern Calculator is a simple and well made extension that open the calculator when you click on the icon. The calculator have three different style that you can chose from the settings page, you can choose also the size, the options are small, medium and big. Let me know if you like it, if all work correctly and all types of feedback are apprecieted.
拡張機能の基本情報
名前 | Modern Calculator |
ID | fdpigloibdnkimfbebdgaaefdlkkjoha |
公式URL | https://chromewebstore.google.com/detail/modern-calculator/fdpigloibdnkimfbebdgaaefdlkkjoha |
説明 | Simple and Modern Calculator for Chrome browser. |
ファイルサイズ | 107 KB |
インストール数 | 10,000 |
現在のバージョン | 0.2 |
最終更新日 | 2016-04-08 |
公開日 | 2016-04-08 |
評価 | 4.36/5 合計 11 レビュー |
開発者 | master94ga |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.giuseppeattanasio.me/project/#project/calculator |
ヘルプページのURL | http://www.giuseppeattanasio.me/#Contact |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Modern Calculator", "options_page": "settings.html", "description": "Simple and Modern Calculator for Chrome browser.", "version": "0.2", "permissions": [ "storage" ], "icons": { "19": "img\/19.png", "48": "img\/48.png", "38": "img\/38.png", "128": "img\/128.png" }, "browser_action": { "default_icon": "img\/48.png", "default_title": "Open Calculator!", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |