Floating Scientific Calculator

A floating scientific calculator anywhere you need it

Floating Scientific Calculator là gì?

Floating Scientific Calculator là một tiện ích mở rộng Chrome được phát triển bởi https://floatingcalc.com, và tính năng chính của nó là "A floating scientific calculator anywhere you need it".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Floating Scientific Calculator

Tải xuống các tệp mở rộng Floating Scientific Calculator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Floating Calculator is a Chrome extension that allows you to keep your calculator always on top of your webpage. It is perfect for students, professionals, and anyone who needs to use a calculator frequently.

With Floating Calculator, you can easily access a basic or scientific calculator without having to switch to another tab or a calculator app. You can also move the calculator around your screen to the perfect position. This can be helpful if you need to use the calculator while you are working on another task.

[Upcoming feature] AI-powered calculator with ChatGPT support:
Enter a problem state in natural language or by snapping a picture of it to get step-by-step solutions. Stay tuned by starring the repo - https://github.com/essentialkit/floating-calculator 

Here are some of the features of Floating Calculator:

* Keep your calculator always on top of all content on the page.
* Supports basic and scientific operations.
* Keeps track of history so you can reuse computations.
* Move the calculator around your screen to the perfect position.
* Easily access your calculator by tapping on extension icon.
* Simple and easy-to-use UI.

If you are looking for a simply floating scientific calculator extension for Chrome, then check out Floating Calculator.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Floating Scientific Calculator Floating Scientific Calculator
ID mbfnbhfjnjeedaknilkfegfnnmmmmpmn
URL Chính Thức https://chromewebstore.google.com/detail/floating-scientific-calcu/mbfnbhfjnjeedaknilkfegfnnmmmmpmn
Mô tả A floating scientific calculator anywhere you need it
Kích Thước Tệp 5.36 MB
Số Lần Cài Đặt 14,309
Phiên Bản Hiện Tại 24.2.19
Cập Nhật Lần Cuối 2024-02-21
Ngày Phát Hành 2023-03-02
Đánh Giá 4.79/5 Tổng số 90 Đánh Giá
Nhà Phát Triển https://floatingcalc.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://floatingcalc.com
URL Trang Chính Sách Bảo Mật https://essentialkit.org/privacy
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,fr,sw,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "__MSG_appShortName__",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/floating-calculator\/mbfnbhfjnjeedaknilkfegfnnmmmmpmn",
    "version": "24.2.19",
    "manifest_version": 3,
    "default_locale": "en",
    "author": "Justice Ogbonna",
    "permissions": [
        "contextMenus",
        "storage",
        "cookies",
        "activeTab",
        "sidePanel"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "16": "assets\/logo-16x16.png",
            "24": "assets\/logo-24x24.png",
            "32": "assets\/logo-32x32.png"
        },
        "default_title": "__MSG_appName__"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content-script\/content-script.js"
            ],
            "css": [
                "content-script\/content-script.css"
            ],
            "match_about_blank": true,
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "assets\/logo-16x16.png",
        "32": "assets\/logo-32x32.png",
        "48": "assets\/logo-48x48.png",
        "128": "assets\/logo-128x128.png"
    },
    "options_page": "options-page\/options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/logo-24x24.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "content-script\/calculator.css"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "assets\/icon-min.svg"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "assets\/icon-max.svg"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "assets\/icon-close.svg"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "content-script\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "standalone\/calc.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "assets\/icon-full.svg"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "standalone\/scientific-calc.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background-script\/service-worker.js"
    },
    "side_panel": {
        "default_path": "standalone\/calc.html"
    }
}