Chrome Tab Unloader

This extension gives you a button to save your system resources by replacing open tabs with placeholders.

Chrome Tab Unloader क्या है?

Chrome Tab Unloader idupree द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension gives you a button to save your system resources by replacing open tabs with placeholders."।

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

screenshot

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

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

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

                        Chrome Tab Unloader gives you a simple button to unload the current tab, or all tabs. You might do this in order to save on system resources (RAM, CPU), or to make the tab quiet.  Reload the tab just by clicking in its content area.                    

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

नाम Chrome Tab Unloader Chrome Tab Unloader
ID ncifninngopkimemifelcaelaaigceod
आधिकारिक URL https://chromewebstore.google.com/detail/chrome-tab-unloader/ncifninngopkimemifelcaelaaigceod
विवरण This extension gives you a button to save your system resources by replacing open tabs with placeholders.
फ़ाइल का आकार 14.05 KB
स्थापना संख्या 160
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2016-10-20
प्रकाशन तिथि 2016-10-20
रेटिंग 2.43/5 कुल 7 रेटिंग्स
डेवलपर idupree
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/idupree/chrome-tab-unloader
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Tab Unloader",
    "short_name": "Tab Unloader",
    "description": "This extension gives you a button to save your system resources by replacing open tabs with placeholders.",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html"
    },
    "homepage_url": "https:\/\/github.com\/idupree\/chrome-tab-unloader",
    "icons": {
        "16": "images\/icon16.png",
        "19": "images\/icon19.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/"
    ]
}