Calculator Chrome
handy tool that adds a calculator to your web browser, allowing you to quickly perform mathematical calculations while browsing.
Calculator Chromeとは何ですか?
Calculator Chromeはdownloadhub.cloudによって開発されたChromeの拡張機能で、その主な機能は「handy tool that adds a calculator to your web browser, allowing you to quickly perform mathematical calculations while browsing.」です。
拡張機能のスクリーンショット
Calculator Chrome拡張機能のCRXファイルをダウンロード
Calculator Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Features: the calculator will open in a click. Basic arithmetic operations(addition, subtraction, multiplication, and division). this calculator is very easy to use. very interesting to design. Here you are the project: https://github.com/hemucode/Calculator If there is any problem you can contact us: https://www.downloadhub.cloud/2023/04/calculator.html If you like please give us a rating! Disclaimer: Chrome is a trademark of google Inc., registered in the U.S. and other countries. This is an independent project developed by me and has no relationship to google or google Inc.
拡張機能の基本情報
名前 | Calculator Chrome |
ID | babpcpbipmnncifldfihkkfmbbldicdn |
公式URL | https://chromewebstore.google.com/detail/calculator-chrome/babpcpbipmnncifldfihkkfmbbldicdn |
説明 | handy tool that adds a calculator to your web browser, allowing you to quickly perform mathematical calculations while browsing. |
ファイルサイズ | 39.63 KB |
インストール数 | 246 |
現在のバージョン | 0.1.1 |
最終更新日 | 2023-04-20 |
公開日 | 2023-04-20 |
開発者 | downloadhub.cloud |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.downloadhub.cloud/ |
ヘルプページのURL | https://www.downloadhub.cloud/2023/04/calculator.html |
プライバシーポリシーページのURL | https://www.downloadhub.cloud/p/privacy-policy.html |
対応言語 | en,en-GB,en-US,es,ru,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "128": "data\/icons\/128.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" }, "default_title": "__MSG_app_name__" }, "background": { "service_worker": "background.js" }, "commands": { "_execute_action": [] }, "default_locale": "en", "description": "__MSG_app_description__", "homepage_url": "https:\/\/www.downloadhub.cloud\/2023\/04\/calculator.html", "icons": { "128": "data\/icons\/128.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" }, "manifest_version": 3, "name": "__MSG_app_name__", "offline_enabled": true, "permissions": [ "storage" ], "short_name": "calcu", "version": "0.1.1" } |