Tally Tab

Your New Tab Calculator

ما هو Tally Tab؟

Tally Tab هو إضافة Chrome تم تطويرها بواسطة OZ، والميزة الرئيسية لها هي "Your New Tab Calculator".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Tally Tab

قم بتنزيل ملفات الامتداد Tally Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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
عنوان صفحة سياسة الخصوصية 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"
    }
}