Free online Casio fx-991ES PLUS style scientific calculator showing the definite integral of X squared from 0 to 3 equals 9 No extension required Open the Casio-style fx-991ES PLUS calculator 8 calculation modes: calculus, matrices, complex numbers, statistics, base-N. Runs in the tab, no install, no permissions. Open calculator →
Comparison

The Best Scientific Calculator Chrome Extensions in 2026, and the Permissions the Store Never Shows You

We opened the packaged manifest of thirteen calculator extensions. One with 10,000 users and a Featured badge asks for access to every website you visit. Here is the whole table.

WideMathPublished 6 September 202611 min read

Every "best Chrome calculator" list ranks the same way: user count, star rating, a screenshot. None of them tell you the one thing that actually matters for something you install into your browser, which is what the extension is allowed to touch. That is not laziness on their part. The Chrome Web Store does not publish permissions on a listing page at all, not even on its Privacy tab. So we read the packaged manifest.json of all thirteen instead.

Disclosure, up front

WideMath makes one of the extensions in this comparison, and it is the last entry in the table. We have included the things that are weak about it, including a review pattern on our own listing that we criticise elsewhere in this article. If you would rather skip our entry entirely, the recommendation in the next paragraph is not us.

On this page

  1. The short answer
  2. How we checked
  3. All thirteen compared, plus ours
  4. The permission red flags
  5. Abandoned, broken and unreachable
  6. How to check any extension yourself
  7. Our own extension, honestly
  8. When you do not need an extension at all
  9. Every item id
  10. FAQ

The short answer

For most people: Scientific Calculator by raad.dev. It has 100,000 users, 4.3 stars from 95 ratings, it is open source, it was updated in April 2026, and its manifest requests only contextMenus and system.display. It asks for access to no website whatsoever. It also carries both of the store's quality badges. Nothing else in this set combines that scale with that restraint.

If you want a side panel rather than a popup: Sidebar Calc requests exactly one permission, sidePanel, and nothing else.

If you need matrices, vectors or complex numbers: nothing in the popular tier does them. That is a genuine gap in this market rather than a sales line, and it is the reason our own extension exists. You can also just use a browser-based scientific calculator with no install at all, which is what the last section is about.

The one to avoid: Floating Scientific Calculator. Details in the red flags section, and they are not a matter of taste.

How we checked

This matters, because the numbers below are only worth reading if you know where they came from.

Where the store does not display a field, the table says "not shown" rather than a guess.

All thirteen compared, plus ours

Sorted by user count. "Host access" is the important column: it is what the extension can reach on the pages you browse.

ExtensionUsersRatingUpdatedPermissions in manifestHost access
Scientific Calculator (raad.dev)100,0004.3 (95)Apr 2026contextMenus, system.displayNone
Calculator (linangdata), basic only70,0004.1 (124)Mar 2026none declaredNone
Floating Scientific Calculator10,0004.7 (108)Feb 2024contextMenus, storage, cookies, activeTab, sidePanel*://*/* plus an <all_urls> content script
Advanced Calculator8,0004.8 (85)Sep 2026storageContent script on all http and https pages
Free Scientific Calculator2,0004.1 (40)Oct 2022none declaredNone
Calculator Extension2,0002.1 (7)Oct 2024[] empty, but overrides your new tabNone
Scientific Calculator (yoosfuhl)463No ratingsSep 2022none declaredNone
Sidebar Calc4444.6 (11)Jun 2026sidePanelNone
Scientific Calculator (ran198)179No ratingsOct 2025storage, contextMenus, system.display, tabsNone
WideMath (ours)1025.0 (6)Aug 2026sidePanelNone
Floating Scientific Calculator Pro80No ratingsMay 2026storage, contextMenusNone
Tetra Scientific Calculator51No ratingsJul 2026storage, sidePanel, scripting, activeTab, contextMenusDeclared but empty
Scientific Calculator Free245.0 (8)Sep 2025storage, activeTab, scriptingNone
Scientific Calculator (Ravendale)8No ratingsApr 2026none declaredNone

All thirteen are Manifest V3. None declares optional permissions. The two headline numbers to sit with: the most popular extension in the category asks for nothing, and the third most popular asks for everything.

The permission red flags

Access to every website you visit, plus your cookies

Floating Scientific Calculator, 10,000 users, 4.7 stars, carrying a Featured badge. Its manifest declares "host_permissions": ["*://*/*"], the cookies permission, and a content script matching <all_urls> injected at document_start in all frames.

Read plainly, that is read and write access to every site you open and to the cookies on those sites. Cookies are session tokens. No calculator feature requires them. A floating window over the page needs a content script, which is a fair reason to be on the page, but it does not need cookies and it does not need write access to every origin.

Two facts compound it, both checked on 6 September 2026. The developer website printed on the listing, floatingcalc.com, does not resolve: DNS returns NXDOMAIN. And the extension was last updated 21 February 2024, which is more than two and a half years ago. An extension holding permissions over every website, with a dead developer domain and no security updates for that long, is the exact profile worth removing.

We are describing what the manifest declares and what DNS returns. We are not alleging that anything has been done with that access.

A clean permission list that understates the reach

Advanced Calculator, 8,000 users, declares only "permissions": ["storage"]. That looks like restraint. But its content script matches http://*/* and https://*/*, so its code runs inside every page you load, and that grant does not appear in the permissions array at all.

This one is worth explaining rather than condemning. It is a floating calculator that sits on the page, so it needs to be on the page, the developer replies to reviews, and it shipped an update on 3 September 2026. The lesson is about reading manifests: a short permissions array does not mean limited access, because content script matches are granted separately.

Tab access a calculator does not need

Scientific Calculator by ran198, 179 users, declares "permissions": ["storage", "contextMenus", "system.display", "tabs"]. The tabs permission exposes the URL, title and favicon of every open tab. Nothing in a calculator needs that. The same listing calls itself "Google Scientific Calculator" in its tagline and "Scientific Calculator Pro" throughout its description, and its privacy policy is a Notion page rather than a document on a domain the developer owns.

An empty permission list and a hijacked new tab

Calculator Extension, 2,000 users, 2.1 stars, declares "permissions": []. Genuinely empty. It nevertheless sets "chrome_url_overrides": {"newtab": "./src/main.html"}, replacing your new tab page, and its own listing states that it "includes a search function that uses the Microsoft Bing search engine". Redirecting a new tab page into a chosen search engine is a monetisation pattern, and no permission string discloses it. Its developer domain, mysimplecalculator.com, fails DNS, so its privacy policy cannot be read. Five of its seven reviews say it does not work.

Abandoned, broken and unreachable

Separate from permissions, a good deal of this category is simply not maintained.

Note how little a Featured badge tells you. Two of the three above carry one, Free Scientific Calculator and the yoosfuhl listing, and so does Floating Scientific Calculator from the previous section.

How to check any extension yourself

Four steps, none of which need any tooling.

  1. Read the manifest before you install. The item id is the long string in the listing URL. Paste it into a mirror such as chrome-stats.com and open the manifest. Look at permissions, host_permissions and, critically, content_scripts.matches. Every id we used is in the list at the end.
  2. Check the last updated date on the listing. Anything holding host permissions and older than about a year deserves suspicion.
  3. Click the developer website and the privacy policy. If either fails to load, or the policy lives on an unrelated domain, a Notion page or a Google Doc, that tells you how seriously the project is run.
  4. Read the one and two star reviews first, and check whether the five star ones are clustered in a few days.

And test the arithmetic. Type 0.1+0.2, and in degree mode type sin(180). A calculator that answers 0.30000000000000004 and 1.2246e-16 is exposing raw floating point rather than handling it. We wrote a fuller version of that test battery in our guide to what makes a calculator truly scientific.

Our own extension, honestly

WideMath Scientific Calculator, item id fcajfilajkffipdjeafhnggdjniofjie. We are not going to call it the best, because 102 users cannot support that claim.

What is genuinely good. It declares one permission, sidePanel, with no host permissions and no content scripts, which is the joint cleanest in this set alongside Sidebar Calc. It cannot read the pages you visit. It is the only extension here with matrix, vector and complex number modes. It is 275KiB against 5.36MiB for Floating Scientific Calculator, it was updated on 18 August 2026, and it declares Trader status with a real postal address, which nine of the thirteen competitors do not.

What is weak, and you should weigh it.

The narrow claim we will stand behind: it asks for one permission, cannot read any page you visit, is the only extension in this comparison with matrix, vector and complex number modes, and was updated last month. Every clause there is checkable from the listing and the manifest.

When you do not need an extension at all

This is worth saying even though it costs us installs. For most people a browser page is the better answer.

A web page cannot read your other tabs, cannot touch your cookies and cannot run on other sites, because the browser's origin model forbids it. That is a stronger guarantee than any permission list, and you get it without auditing anything. Install a calculator page to your home screen or desktop and it works offline too.

An extension earns its keep in exactly one case: you want the calculator pinned in a side panel or floating over the page you are reading, always a keystroke away. If that is not you, open a scientific calculator in a tab and skip this entire risk category.

The honest summary

Pick raad.dev's Scientific Calculator if you want the safe popular option. Pick Sidebar Calc if you want a side panel. Remove Floating Scientific Calculator. And if you only need the calculator itself, you do not need an extension.

Frequently asked questions

What is the best scientific calculator Chrome extension?

For most people, Scientific Calculator by raad.dev. 100,000 users, 4.3 stars from 95 ratings, open source, updated April 2026, and it requests only contextMenus and system.display with no website access at all. If you need matrices, vectors or complex numbers, no extension at that scale covers them.

Are Chrome calculator extensions safe?

Most are. But the Chrome Web Store does not show permissions on a listing, so you cannot tell before installing. Of thirteen we checked, one with 10,000 users and a Featured badge requests access to every website you visit plus your cookies, and has shipped nothing since February 2024.

Why does the Chrome Web Store not show permissions?

Chrome shows them only in the install prompt at the moment you click Add to Chrome. The listing page, including its Privacy tab, never lists them. To see them beforehand, read the packaged manifest.json through a mirror such as chrome-stats.com.

Does a calculator need access to my browsing data?

No. Arithmetic happens locally. A floating calculator legitimately needs a content script to sit on the page, but no calculator feature requires reading your cookies or the URL of every open tab.

Do I need an extension at all?

Often not. A web page cannot read your other tabs by design, so a browser calculator installed to your home screen gives you offline access with no permissions to audit. An extension is worth it mainly for a side panel or floating window.

Every extension, with its item id

So that nothing here has to be taken on trust. Each id links to its Chrome Web Store listing. Listing data was read on 6 September 2026 and will drift; permissions came from the packaged manifest mirrored by chrome-stats.com, cross checked against crxsoso.com.

ExtensionItem id
Scientific Calculator (raad.dev)fnplhdldnhaodknidfddmkfdhlhjihpd
Calculator (linangdata)hcpbdjanfepobbkbnhmalalmfdmikmbe
Floating Scientific Calculatormbfnbhfjnjeedaknilkfegfnnmmmmpmn
Advanced Calculatorfbneeifngfaeenbpjjndlhcdcdmkcgma
Free Scientific Calculatoroabnablpikbnmibkjholchlfkljhlhnl
Calculator Extensionbfnolignfekjbegbaobenmkhhkjifbcn
Scientific Calculator (yoosfuhl)plcgojidmbfagmcgijldmhlnclbilldm
Sidebar Calcbeajccgnncaijbkacfhkamfnbneiamgb
Scientific Calculator (ran198)midcdacaponhdjnggfklngjojemndljl
Scientific Calculator Freeoghnhhiomipojakdcepjhonefklbheei
Floating Scientific Calculator Proihcnkhpfpinafogajmfobkmgnnhgleef
Tetra Scientific Calculatorgceilecjbejjeomkplobcllggdmfigdk
Scientific Calculator (Ravendale)lghpghdonphgjoomhallogpmbkaecnmb
WideMath Scientific Calculator (ours)fcajfilajkffipdjeafhnggdjniofjie

No install, no permissions, 8 modes

Matrices, vectors, complex numbers, base-N and calculus in a browser tab. Exact results, so √8 stays 2√2.

Try sin(180) on the calculator →