Extension Control

Elementary extension manager. Compact design, no superfluous features.

Extension Control क्या है?

Extension Control luetage द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Elementary extension manager. Compact design, no superfluous features."।

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

screenshot
screenshot

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

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

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

                        Extension Control is a lightweight extension manager designed for those who want essential functionality in an aesthetically pleasing package. The streamlined feature set will enable you to limit resource consumption by letting you choose which extensions you want running at any given time. All from within the convenience of a single menu, that can be accessed directly on your address bar.

The menu allows you to:
* enable/disable extensions with a single click
* get info on version, homepage and ID of an extension
* hide selected extensions
* execute an uninstall
* access extension options

Choose from 2 themes to better fit the various browser configurations available. You can also select the maximum width and the font size of the menu, so it can be as compact as you desire.                    

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

नाम Extension Control Extension Control
ID himccccaelhgphommckogopgpddngimf
आधिकारिक URL https://chromewebstore.google.com/detail/extension-control/himccccaelhgphommckogopgpddngimf
विवरण Elementary extension manager. Compact design, no superfluous features.
फ़ाइल का आकार 392 KB
स्थापना संख्या 2,746
वर्तमान संस्करण 0.68
अंतिम अपडेट 2019-01-03
प्रकाशन तिथि 2019-01-03
रेटिंग 4.42/5 कुल 33 रेटिंग्स
डेवलपर luetage
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/luetage/extension_control
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Extension Control",
    "short_name": "Ext_Control",
    "version": "0.68",
    "author": [
        "luetage, sjudenim"
    ],
    "description": "Elementary extension manager. Compact design, no superfluous features.",
    "homepage_url": "https:\/\/github.com\/luetage\/extension_control",
    "permissions": [
        "management",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "icons\/icn16.png"
    ],
    "offline_enabled": true,
    "icons": {
        "16": "icons\/icn16.png",
        "48": "icons\/icn48.png",
        "128": "icons\/icn128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icn16.png",
            "24": "icons\/icn24.png",
            "38": "icons\/icn38.png"
        },
        "default_popup": "theme_dark.html",
        "default_title": "Extension Control"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}