The Calculator
Calculator on the go, right in your browser
The Calculatorとは何ですか?
The Calculatorはhttps://thecalculator-tab.comによって開発されたChromeの拡張機能で、その主な機能は「Calculator on the go, right in your browser」です。
拡張機能のスクリーンショット
The Calculator拡張機能のCRXファイルをダウンロード
The Calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | The Calculator |
ID | bakjhdppmbnpchmbnabefjopjaniibpn |
公式URL | https://chromewebstore.google.com/detail/the-calculator/bakjhdppmbnpchmbnabefjopjaniibpn |
説明 | Calculator on the go, right in your browser |
ファイルサイズ | 530 KB |
インストール数 | 34,490 |
現在のバージョン | 0.1 |
最終更新日 | 2023-08-15 |
公開日 | 2023-08-15 |
開発者 | https://thecalculator-tab.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://thecalculator-tab.com/ |
プライバシーポリシーページのURL | https://triplex-media.com/privacy_policy.html |
対応言語 | 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": [] } |