ExtensionManager

Free to customize your favorite extensions collection, one click to view, delete, enable / disable extensions. And provide common…

ExtensionManager क्या है?

ExtensionManager https://www.zangse.mobi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Free to customize your favorite extensions collection, one click to view, delete, enable / disable extensions. And provide common…"।

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

screenshot
screenshot

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

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

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

                        1. Manage extensions, disable/enable your extensions with one click
2. Set common extensions, you can open the common extension mode
3. Quickly search for your extensions and configure them
4. View extensions in the chrome app store
5. Open the expanded configuration page
6. Uninstall the extension
7. Added some shortcuts
If you have a better UI design and function recommendations, please leave a message yo.
Test phase, welcome to comment.                    

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

नाम ExtensionManager ExtensionManager
ID jijileelaefjahodboljljdgfpbjjlac
आधिकारिक URL https://chromewebstore.google.com/detail/extensionmanager/jijileelaefjahodboljljdgfpbjjlac
विवरण Free to customize your favorite extensions collection, one click to view, delete, enable / disable extensions. And provide common…
फ़ाइल का आकार 405 KB
स्थापना संख्या 2,215
वर्तमान संस्करण 0.0.10
अंतिम अपडेट 2018-06-26
प्रकाशन तिथि 2018-06-26
रेटिंग 4.33/5 कुल 21 रेटिंग्स
डेवलपर https://www.zangse.mobi
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/zangse/vue-chrome-extension
सहायता पृष्ठ URL https://github.com/zangse/vue-chrome-extension
समर्थित भाषाएँ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "default_locale": "zh_CN",
    "version": "0.0.10",
    "description": "__MSG_appDescription__",
    "icons": {
        "128": "static\/images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "static\/images\/icon_128.png",
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background\/background.main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content.main.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+M",
                "mac": "Command+M",
                "chromeos": "Ctrl+M",
                "linux": "Ctrl+M"
            },
            "global": true
        }
    },
    "homepage_url": "https:\/\/github.com\/zangse\/vue-chrome-extension",
    "permissions": [
        "tabs",
        "management",
        "storage"
    ]
}