Tally Tab
Your New Tab Calculator
Tally Tabとは何ですか?
Tally TabはOZによって開発されたChromeの拡張機能で、その主な機能は「Your New Tab Calculator」です。
拡張機能のスクリーンショット
Tally Tab拡張機能のCRXファイルをダウンロード
Tally Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tally provides you with a handy calculator in each new tab. Simply open a new tab and enter in the equation you want to solve in the calculator below the search bar. By clicking "Add to chrome", I accept and agree to installing the Tally Tab extension and setting Chrome New Tab search to that provided by the service. The search will be powered by Microsoft Bing. Privacy Policy: https://oz.works/privacy/ Terms of Service: https://oz.works/terms/ Contact Us: https://oz.works/contact/
拡張機能の基本情報
名前 | Tally Tab |
ID | odcaokpjnlclggdmfjmbknbgcgibnogd |
公式URL | https://chromewebstore.google.com/detail/tally-tab/odcaokpjnlclggdmfjmbknbgcgibnogd |
説明 | Your New Tab Calculator |
ファイルサイズ | 63.37 KB |
インストール数 | 9,063 |
現在のバージョン | 0.3 |
最終更新日 | 2023-09-04 |
公開日 | 2022-11-29 |
評価 | 4.00/5 合計 1 レビュー |
開発者 | OZ |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://oz.works/privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.3", "name": "Tally Tab", "description": "Your New Tab Calculator", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "tally_128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "tally_128.png" } } |