Extensions Button with Less Memory Usage

Opens chrome extensions tab

Extensions Button with Less Memory Usage क्या है?

Extensions Button with Less Memory Usage sw द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Opens chrome extensions tab"।

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

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

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

                        NOTE: This extension's function is just to open extensions page.

There are many many many similar extensions uploaded here in Chrome web store. Why did I have to make yet another Extensions Button extension then? Because all the Extensions Button extensions I tested don't free their allocated memory when they're not actually doing anything. I just don't want to waste 30M bytes of memory for nothing.                    

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

नाम Extensions Button with Less Memory Usage Extensions Button with Less Memory Usage
ID aalpanbpdadhmlmngbojbbafbbclopmb
आधिकारिक URL https://chrome.google.com/webstore/detail/extensions-button-with-le/aalpanbpdadhmlmngbojbbafbbclopmb
विवरण Opens chrome extensions tab
फ़ाइल का आकार 27.36 KB
स्थापना संख्या 46
वर्तमान संस्करण 1
अंतिम अपडेट 2013-07-14
प्रकाशन तिथि 2013-07-14
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर sw
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "browser_action": {
        "default_icon": "icon_19_19.png",
        "default_title": "Open Extensions Control Panel"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Opens chrome extensions tab",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "name": "Extensions Button with Less Memory Usage",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "48": "icon_48_48.png",
        "128": "icon_128_128.png",
        "32": "icon_32_32.png",
        "16": "icon_16_16.png"
    },
    "manifest_version": 2,
    "version": "1"
}