Tally Tab

Your New Tab Calculator

Wat is Tally Tab?

Tally Tab is een Chrome-extensie ontwikkeld door OZ, en de belangrijkste functie is "Your New Tab Calculator".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tally Tab

Download Tally Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Tally Tab Tally Tab
ID odcaokpjnlclggdmfjmbknbgcgibnogd
Officiële URL https://chromewebstore.google.com/detail/tally-tab/odcaokpjnlclggdmfjmbknbgcgibnogd
Beschrijving Your New Tab Calculator
Bestandsgrootte 63.37 KB
Aantal Installaties 9,063
Huidige Versie 0.3
Laatst Bijgewerkt 2023-09-04
Publicatiedatum 2022-11-29
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar OZ
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://oz.works/privacy
Ondersteunde Talen 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"
    }
}