Tally Tab

Your New Tab Calculator

Apa itu Tally Tab?

Tally Tab adalah ekstensi Chrome yang dikembangkan oleh OZ, dan fitur utamanya adalah "Your New Tab Calculator".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Tally Tab

Unduh file ekstensi Tally Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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/                    

Informasi Dasar Ekstensi

Nama Tally Tab Tally Tab
ID odcaokpjnlclggdmfjmbknbgcgibnogd
URL Resmi https://chromewebstore.google.com/detail/tally-tab/odcaokpjnlclggdmfjmbknbgcgibnogd
Deskripsi Your New Tab Calculator
Ukuran File 63.37 KB
Jumlah Instalasi 9,063
Versi Saat Ini 0.3
Terakhir Diperbarui 2023-09-04
Tanggal Publikasi 2022-11-29
Penilaian 4.00/5 Total 1 Penilaian
Pengembang OZ
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://oz.works/privacy
Bahasa yang Didukung 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"
    }
}