Chrome Extension Organizer

A chrome extension to organize other extensions

What is Chrome Extension Organizer?

Chrome Extension Organizer is a Chrome extension developed by Ravi Jagga, and its main feature is "A chrome extension to organize other extensions".

Extension Screenshots

screenshot

Download Chrome Extension Organizer Extension CRX File

Download Chrome Extension Organizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Features:-
- Group Extensions By Categories
- Drag and Drop support to easily move extensions across categories
- Enable/Disable any installed extension
- Sync data across all devices                    

Extension Basic Information

Name Chrome Extension Organizer Chrome Extension Organizer
ID ihpaieemfcpeondkheidnecdlhihgddc
Official URL https://chromewebstore.google.com/detail/chrome-extension-organize/ihpaieemfcpeondkheidnecdlhihgddc
Description A chrome extension to organize other extensions
File Size 103 KB
Installation Count 727
Current Version 1.5
Last Updated 2019-10-13
Publish Date 2019-10-13
Rating 4.43/5 Total 7 Ratings
Developer Ravi Jagga
Email [email protected]
Payment Type free
Extension Website https://github.com/ravijagga/chrome-extension-organizer
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Extension Organizer",
    "version": "1.5",
    "description": "A chrome extension to organize other extensions",
    "permissions": [
        "management",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2
}