Tally Tab

Your New Tab Calculator

Cos'è Tally Tab?

Tally Tab è un'estensione di Chrome sviluppata da OZ, e la sua funzione principale è "Your New Tab Calculator".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tally Tab

Scarica i file di estensione Tally Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Tally Tab Tally Tab
ID odcaokpjnlclggdmfjmbknbgcgibnogd
URL Ufficiale https://chromewebstore.google.com/detail/tally-tab/odcaokpjnlclggdmfjmbknbgcgibnogd
Descrizione Your New Tab Calculator
Dimensione del File 63.37 KB
Conteggio Installazioni 9,063
Versione Corrente 0.3
Ultimo Aggiornamento 2023-09-04
Data di Pubblicazione 2022-11-29
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore OZ
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://oz.works/privacy
Lingue Supportate 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"
    }
}