Tally Tab

Your New Tab Calculator

什麼是Tally Tab?

Tally Tab是由OZ開發的Chrome擴展程式,該擴展的主要功能是“Your New Tab Calculator”。

擴展截圖

screenshot

下載Tally Tab擴展crx文件

下載Tally Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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/                    

擴展基本資訊

名稱 Tally Tab Tally Tab
ID odcaokpjnlclggdmfjmbknbgcgibnogd
官方網址 https://chromewebstore.google.com/detail/tally-tab/odcaokpjnlclggdmfjmbknbgcgibnogd
簡介 Your New Tab Calculator
檔案大小 63.37 KB
安裝次數 9,063
目前版本 0.3
更新時間 2023-09-04
上架時間 2022-11-29
評分 4.00/5 共 1 次評分
開發者 OZ
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://oz.works/privacy
支援的語言 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"
    }
}