The Calculator
Calculator on the go, right in your browser
What is The Calculator?
The Calculator is a Chrome extension developed by https://thecalculator-tab.com, and its main feature is "Calculator on the go, right in your browser".
Extension Screenshots
Download The Calculator Extension CRX File
Download The Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A must have calculator extension that will provide you with ability to use calculator to make quick calculations directly from your browser tab. Each time you open a new Chrome browser tab, the calculator will always be there for you to take your instructions. Also we provide your with a handy search bar that lets you quickly search for information through Microsoft Bing search engine. Features: - Easy to use calculator - Cool background - Handy accessible search bar - Displays current time By clicking 'Add to Chrome' and installing this extension, you are accepting and agreeing to install the The Calculator Chrome extension. I understand that by doing so, my browser's new tab will be set to that provided by the service with search results by Microsoft Bing, and the Privacy and Terms of Use. Terms of Use: https://triplex-media.com/terms.html Privacy Policy: https://triplex-media.com/privacy_policy.html
Extension Basic Information
Name | The Calculator |
ID | bakjhdppmbnpchmbnabefjopjaniibpn |
Official URL | https://chromewebstore.google.com/detail/the-calculator/bakjhdppmbnpchmbnabefjopjaniibpn |
Description | Calculator on the go, right in your browser |
File Size | 530 KB |
Installation Count | 34,490 |
Current Version | 0.1 |
Last Updated | 2023-08-15 |
Publish Date | 2023-08-15 |
Developer | https://thecalculator-tab.com |
[email protected] | |
Payment Type | free |
Extension Website | https://thecalculator-tab.com/ |
Privacy Policy Page URL | https://triplex-media.com/privacy_policy.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.1", "name": "The Calculator", "short_name": "The Calculator", "icons": { "128": "assets\/imgs\/icon.png" }, "action": [], "description": "Calculator on the go, right in your browser", "chrome_url_overrides": { "newtab": "views\/tabs\/tabs.html" }, "background": { "service_worker": "serviceworker.js" }, "permissions": [] } |