Floating Scientific Calculator
A floating scientific calculator anywhere you need it
Что такое Floating Scientific Calculator?
Floating Scientific Calculator - это расширение Chrome, разработанное https://floatingcalc.com, и его основная функция - "A floating scientific calculator anywhere you need it".
Снимки экрана расширения
Скачать файл CRX расширения Floating Scientific Calculator
Скачайте файлы расширений Floating Scientific Calculator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Floating Scientific Calculator |
ID | mbfnbhfjnjeedaknilkfegfnnmmmmpmn |
Официальный URL | https://chromewebstore.google.com/detail/floating-scientific-calcu/mbfnbhfjnjeedaknilkfegfnnmmmmpmn |
Описание | A floating scientific calculator anywhere you need it |
Размер файла | 5.36 MB |
Количество установок | 14,309 |
Текущая Версия | 24.2.19 |
Последнее Обновление | 2024-02-21 |
Дата публикации | 2023-03-02 |
Рейтинг | 4.79/5 Всего 90 оценок |
Разработчик | https://floatingcalc.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://floatingcalc.com |
URL страницы политики конфиденциальности | https://essentialkit.org/privacy |
Поддерживаемые языки | 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": [ " |