JS RAM memory consumption : usedJSHeapSize

Display the usedJSHeapSize of the current tab

JS RAM memory consumption : usedJSHeapSize क्या है?

JS RAM memory consumption : usedJSHeapSize gabriel.delepine द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display the usedJSHeapSize of the current tab"।

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

screenshot

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

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

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

                        Display the memory consumption of the JS head size of the current tab.

Optional : start Chrome with --enable-precise-memory-info, otherwise the results from performance.memory are bucketed and less useful.                    

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

नाम JS RAM memory consumption : usedJSHeapSize JS RAM memory consumption : usedJSHeapSize
ID olnjnghiiigbjdjfnngpmjaghcgpmjkl
आधिकारिक URL https://chromewebstore.google.com/detail/js-ram-memory-consumption/olnjnghiiigbjdjfnngpmjaghcgpmjkl
विवरण Display the usedJSHeapSize of the current tab
फ़ाइल का आकार 176 KB
स्थापना संख्या 510
वर्तमान संस्करण 0.1.3
अंतिम अपडेट 2016-11-14
प्रकाशन तिथि 2016-11-14
रेटिंग 4.29/5 कुल 7 रेटिंग्स
डेवलपर gabriel.delepine
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/GabrielDelepine/chrome-tabs-memory-consumption/blob/master/README.md
सहायता पृष्ठ URL https://github.com/GabrielDelepine/chrome-tabs-memory-consumption/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JS RAM memory consumption : usedJSHeapSize",
    "description": "Display the usedJSHeapSize of the current tab",
    "version": "0.1.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/default.png",
        "name": "Click to output info in console"
    },
    "permissions": [
        "activeTab",
        "*:\/\/*\/*"
    ],
    "manifest_version": 2
}