Tally Tab

Your New Tab Calculator

Vad är Tally Tab?

Tally Tab är en Chrome-tillägg utvecklad av OZ, och dess huvudfunktion är "Your New Tab Calculator".

Tilläggsskärmbilder

screenshot

Ladda ner Tally Tab-förlängningens CRX-fil

Ladda ner Tally Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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/                    

Grundläggande Information om Tillägg

Namn Tally Tab Tally Tab
ID odcaokpjnlclggdmfjmbknbgcgibnogd
Officiell webbadress https://chromewebstore.google.com/detail/tally-tab/odcaokpjnlclggdmfjmbknbgcgibnogd
Beskrivning Your New Tab Calculator
Filstorlek 63.37 KB
Antal Installationer 9,063
Aktuell Version 0.3
Senast Uppdaterad 2023-09-04
Publiceringsdatum 2022-11-29
Betyg 4.00/5 Totalt 1 Betyg
Utvecklare OZ
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://oz.works/privacy
Stödda Språk 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"
    }
}