TabStats

TabStats is a basic chrome extension that tracks the number of open tabs in chrome.

TabStats क्या है?

TabStats Peetahzee द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "TabStats is a basic chrome extension that tracks the number of open tabs in chrome."।

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

screenshot
screenshot

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

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

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

                        TabStats is a basic chrome extension that tracks the number of open tabs in chrome. You can always open the chrome extension to see the number of tabs open.

You can also click the graph button and see a pretty graph of the history of your recent tab adventures. On this graph, you can adjust the display options so that you can see data points, filling, connecting lines, horizontal guidelines, and vertical guidelines. you can also change the timeframe of your tab adventures.

Future plans include...
- allowing users to change the color of various display features of the graph
- sharing your own chart via various social media sites (g+, fb, etc.)
- comparing your chart with friends with overlaying or other cool things
- making a more interactive graph with sliders, shiny buttons, etc.
- going to a new york city hackathon together                    

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

नाम TabStats TabStats
ID ofefchjafojmiaffflndhpcnblbedbci
आधिकारिक URL https://chrome.google.com/webstore/detail/tabstats/ofefchjafojmiaffflndhpcnblbedbci
विवरण TabStats is a basic chrome extension that tracks the number of open tabs in chrome.
फ़ाइल का आकार 311 KB
स्थापना संख्या 208
वर्तमान संस्करण 1.3
अंतिम अपडेट 2013-07-16
प्रकाशन तिथि 2013-07-16
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर Peetahzee
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabStats",
    "version": "1.3",
    "manifest_version": 2,
    "description": "TabStats is a basic chrome extension that tracks the number of open tabs in chrome.",
    "browser_action": {
        "default_icon": "views\/icon.png",
        "default_popup": "views\/popup.html"
    },
    "permissions": [
        "tabs",
        "history",
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "views\/jquery.js",
            "tracking\/utils.js",
            "tracking\/tabEvents.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}