Tab Graph

Statistics on the history of how many tabs you have open.

Tab Graph क्या है?

Tab Graph Jim Woodward द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Statistics on the history of how many tabs you have open."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tab Graph एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Do you have loads of tabs open all the time? Do you ever wonder just how many tabs you open, and how busy Chrome gets? Tab Graph has these answers, AND it shows you a graph of your activity.

- It tells you how many tabs you have opened today.
- It tells you the maximum number of tabs you got up to today.
- Get a summary of the data for this week, this month, this year. As well as all time.

The badge shows you at a glance how many tabs are currently open across all windows. As your work day gets more and more hectic, and you open more and more tabs, then the badge color changes to match your mood!                    

एक्सटेंशन की मूल जानकारी

नाम Tab Graph Tab Graph
ID deepnnihcdhoejjjjllojopgigodejpn
आधिकारिक URL https://chromewebstore.google.com/detail/tab-graph/deepnnihcdhoejjjjllojopgigodejpn
विवरण Statistics on the history of how many tabs you have open.
फ़ाइल का आकार 64.99 KB
स्थापना संख्या 35
वर्तमान संस्करण 1.1
अंतिम अपडेट 2018-05-28
प्रकाशन तिथि 2018-05-28
रेटिंग 4.00/5 कुल 2 रेटिंग्स
डेवलपर Jim Woodward
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1",
    "name": "Tab Graph",
    "description": "Statistics on the history of how many tabs you have open.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/triangle_19.png",
            "38": "images\/triangle_38.png"
        },
        "default_title": "Tab Graph",
        "default_popup": "main.html"
    },
    "icons": {
        "128": "images\/triangle_128.png",
        "48": "images\/triangle_48.png",
        "16": "images\/triangle_16.png"
    },
    "permissions": [
        "storage"
    ]
}