Tab Tally

This extension keeps track of the open tabs and windows you're currently running

ما هو Tab Tally؟

Tab Tally هو إضافة Chrome تم تطويرها بواسطة Michael Hazani، والميزة الرئيسية لها هي "This extension keeps track of the open tabs and windows you're currently running".

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

screenshot

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

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

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

                        Yet another tab limiter! 

This extension maximizes productivity by keeping tabs (heh) on your open tabs and windows, and letting you limit the number of open tabs. 

Now get to work!                    

معلومات أساسية عن التمديد

الاسم Tab Tally Tab Tally
ID eoppllliellcefmannacbmnloheolenh
عنوان URL الرسمي https://chromewebstore.google.com/detail/tab-tally/eoppllliellcefmannacbmnloheolenh
الوصف This extension keeps track of the open tabs and windows you're currently running
حجم الملف 40.18 KB
عدد التثبيتات 24
النسخة الحالية 0.0.1
آخر تحديث 2016-07-22
تاريخ النشر 2016-07-21
المطور Michael Hazani
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://michaelhazani.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Tally",
    "description": "This extension keeps track of the open tabs and windows you're currently running",
    "author": "Michael Hazani",
    "version": "0.0.1",
    "browser_action": {
        "default_icon": {
            "128": "icon_128.png",
            "16": "icon_16.png",
            "48": "icon_48.png"
        },
        "default_title": "Tab Tally",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}