TabGraph

Track and graph how many tabs you have open.

ما هو TabGraph؟

TabGraph هو إضافة Chrome تم تطويرها بواسطة psc، والميزة الرئيسية لها هي "Track and graph how many tabs you have open.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة TabGraph

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

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

                        Track and graph how many tabs you have open in Chrome.

Extension icon shows a counter of how many tabs are open. The background color adjusts to let you know if you're near your max.

Clicking on the icon opens up a graph that shows your tab open and close history.

Source code: https://github.com/paulcretu/TabGraph

Changelog:
1.0.1
- Clicking on icon now closes the popup if it's open
1.0.0
- Initial release                    

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

الاسم TabGraph TabGraph
ID iccoccncfjfmlkdigkefipjfndkmagng
عنوان URL الرسمي https://chrome.google.com/webstore/detail/tabgraph/iccoccncfjfmlkdigkefipjfndkmagng
الوصف Track and graph how many tabs you have open.
حجم الملف 324 KB
عدد التثبيتات 117
النسخة الحالية 1.0.1
آخر تحديث 2014-03-12
تاريخ النشر 2014-03-12
تقييم 5.00/5 مجموع تقييمات 6
المطور psc
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabGraph",
    "version": "1.0.1",
    "description": "Track and graph how many tabs you have open.",
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs"
    ]
}