awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesModular Plugin Architectures

Plugin designs that allow optional modules to be loaded or omitted to minimize bundle size.

Distinct from jQuery Plugins: Distinct from general jQuery plugins by emphasizing the modular composition for optimization.

Explore 3 awesome GitHub repositories matching web development · Modular Plugin Architectures. Refine with filters or upvote what's useful.

Awesome Modular Plugin Architectures GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • owlcarousel2/owlcarousel2O

    OwlCarousel2/OwlCarousel2

    7,923عرض على GitHub↗

    OwlCarousel2 is a touch-enabled jQuery plugin used to create responsive content sliders and carousels. It allows for the creation of image sliders and content collections that adjust the number of visible items based on screen size breakpoints. The project utilizes a modular architecture, enabling the addition or removal of specific functional modules to modify behavior and reduce the final JavaScript bundle size. It provides native support for navigation through touch-screen swiping and mouse-based dragging.

    Offers a customizable jQuery tool where functional modules can be added or removed to reduce bundle size.

    JavaScript
    عرض على GitHub↗7,923
  • googleanalytics/autotrackالصورة الرمزية لـ googleanalytics

    googleanalytics/autotrack

    4,913عرض على GitHub↗

    Autotrack is a JavaScript library for Google Analytics that automatically captures user interactions and page engagement. It provides a system for declarative analytics implementation, allowing web events to be tracked via HTML attributes to avoid writing custom JavaScript for every interaction. The project includes an analytics bundle generator to create minimized JavaScript files containing only the specific tracking plugins required for a project. It also functions as a single page application tracker that monitors changes to the browser history to record virtual pageviews. The library co

    Employs a modular plugin design that allows specific tracking modules to be selectively bundled to minimize bundle size.

    JavaScript
    عرض على GitHub↗4,913
  • mhogomchungu/media-downloaderالصورة الرمزية لـ mhogomchungu

    mhogomchungu/media-downloader

    4,739عرض على GitHub↗

    هذا المشروع عبارة عن واجهة تنزيل وسائط متعددة المحركات وماسح وسائط ويب. تم بناؤه كتطبيق سطح مكتب Qt C++ أصلي، ويعمل كواجهة أمامية رسومية لتنسيق برامج تنزيل خلفية متعددة مثل yt-dlp، وgallery-dl، وaria2c لالتقاط الفيديو، والصوت، والصور من الويب. يتميز البرنامج بنظام توجيه يستخدم تعيين المحرك القائم على التعبيرات النمطية لتعيين أدوات خلفية محددة لعناوين URL بناءً على نطاقها. يتضمن نظام إدارة اشتراكات يراقب قوائم التشغيل البعيدة لتحديد وإدراج إدخالات الوسائط الجديدة تلقائياً فور نشرها. تغطي القدرات الواسعة مسح الصور المجمع، واسترجاع الملفات الكبيرة، وتنزيل قوائم تشغيل الوسائط. تسمح الواجهة بتكوين إعدادات التنزيل المسبقة، وافتراضيات المحرك العالمية، واستيراد ملفات تعريف ارتباط جلسة المتصفح للوصول إلى المحتوى المقيد. يستخدم التطبيق ملفات تكوين قائمة على JSON للاحتفاظ بتفضيلات المستخدم، وإعدادات المحرك، وسمات الواجهة المرئية.

    Supports a modular set of external binaries that can be configured independently to extend site compatibility.

    C++
    عرض على GitHub↗4,739
  1. Home
  2. Web Development
  3. jQuery Plugins
  4. Modular Plugin Architectures

استكشف الوسوم الفرعية

  • Binary Tool IntegrationsModular integrations of external executable binaries to extend application capabilities. **Distinct from Modular Plugin Architectures:** Distinct from Modular Plugin Architectures which often refers to internal code modules; this specifically integrates standalone external binaries.