Tally Tab

Your New Tab Calculator

What is Tally Tab?

Tally Tab is a Chrome extension developed by OZ, and its main feature is "Your New Tab Calculator".

Extension Screenshots

screenshot

Download Tally Tab Extension CRX File

Download Tally Tab 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

                        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/                    

Extension Basic Information

Name Tally Tab Tally Tab
ID odcaokpjnlclggdmfjmbknbgcgibnogd
Official URL https://chromewebstore.google.com/detail/tally-tab/odcaokpjnlclggdmfjmbknbgcgibnogd
Description Your New Tab Calculator
File Size 63.37 KB
Installation Count 9,063
Current Version 0.3
Last Updated 2023-09-04
Publish Date 2022-11-29
Rating 4.00/5 Total 1 Ratings
Developer OZ
Email [email protected]
Payment Type free
Privacy Policy Page URL https://oz.works/privacy
Supported Languages 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"
    }
}