Tally Tab

Your New Tab Calculator

什么是Tally Tab?

Tally Tab是由OZ开发的Chrome扩展程序,该扩展的主要功能是“Your New Tab Calculator”。

扩展截图

screenshot

下载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 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
电子邮箱 [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"
    }
}