Chrome Extension Organizer

A chrome extension to organize other extensions

ما هو Chrome Extension Organizer؟

Chrome Extension Organizer هو إضافة Chrome تم تطويرها بواسطة Ravi Jagga، والميزة الرئيسية لها هي "A chrome extension to organize other extensions".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Chrome Extension Organizer

قم بتنزيل ملفات الامتداد Chrome Extension Organizer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Chrome Extension Organizer Chrome Extension Organizer
ID ihpaieemfcpeondkheidnecdlhihgddc
عنوان URL الرسمي https://chromewebstore.google.com/detail/chrome-extension-organize/ihpaieemfcpeondkheidnecdlhihgddc
الوصف A chrome extension to organize other extensions
حجم الملف 103 KB
عدد التثبيتات 727
النسخة الحالية 1.5
آخر تحديث 2019-10-13
تاريخ النشر 2019-10-13
تقييم 4.43/5 مجموع تقييمات 7
المطور Ravi Jagga
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/ravijagga/chrome-extension-organizer
اللغات المدعومة 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
}