awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 个仓库

Awesome GitHub RepositoriesJavaScript Extensions

Plugins for managing and formatting JavaScript and related technologies.

Explore 7 awesome GitHub repositories matching part of an awesome list · JavaScript Extensions. Refine with filters or upvote what's useful.

Awesome JavaScript Extensions GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • marcuswestin/webviewjavascriptbridgemarcuswestin 的头像

    marcuswestin/WebViewJavascriptBridge

    14,321在 GitHub 上查看↗

    WebViewJavascriptBridge is a communication layer for sending bidirectional messages between native Objective-C code and JavaScript within iOS and macOS web views. It serves as an interoperability toolkit for synchronizing data and executing callbacks between native Apple platform applications and their embedded web content. The project provides a messaging interface that exposes native functions to the web environment and triggers JavaScript handlers from native application code. It enables the registration of named handlers in native code that can be invoked by JavaScript to request device a

    Registers named native functions that can be invoked from JavaScript to request device actions or data.

    Objective-C
    在 GitHub 上查看↗14,321
  • chromiumembedded/cefchromiumembedded 的头像

    chromiumembedded/cef

    4,379在 GitHub 上查看↗

    The Chromium Embedded Framework (CEF) is a framework for embedding a full Chromium web browser into native desktop applications, enabling them to render web content and execute JavaScript. It provides a multi-process browser runtime that manages isolated browser, renderer, and GPU processes to maintain application stability and security, along with a process sandboxing framework that restricts child process capabilities to prevent malicious web content from affecting the host system. CEF distinguishes itself through a comprehensive native JavaScript bridge library that bridges native applicat

    Provides a native JavaScript bridge that registers custom objects and functions for web page invocation.

    C++browsercefchromium
    在 GitHub 上查看↗4,379
  • wendux/dsbridge-androidwendux 的头像

    wendux/DSBridge-Android

    3,878在 GitHub 上查看↗

    DSBridge-Android is a communication framework and JavaScript bridge for Android that enables bidirectional function calls and data exchange between native Android code and web views. It serves as an integration tool for hybrid applications, providing a system to orchestrate synchronous and asynchronous messaging between the native mobile environment and web-based interfaces. The project distinguishes itself through a namespace-based method dispatching system that uses dot-notation to organize functions into hierarchical groups, preventing naming conflicts. It also includes a cross-layer debug

    Allows the registration of JavaScript functions and objects so they can be triggered by the native Android environment.

    Javajavascript-bridgejsbridgesupport-x5
    在 GitHub 上查看↗3,878
  • jdc0589/jsformatjdc0589 的头像

    jdc0589/JsFormat

    1,423在 GitHub 上查看↗

    Javascript formatting for Sublime Text 2 & 3

    Formats JavaScript and JSON code for readability.

    Python
    在 GitHub 上查看↗1,423
  • pichillilorenzo/javascriptenhancementspichillilorenzo 的头像

    pichillilorenzo/JavaScriptEnhancements

    639在 GitHub 上查看↗

    JavaScript Enhancements is a plugin for Sublime Text 3.

    Provides smart autocomplete and real-time error checking.

    Python
    在 GitHub 上查看↗639
  • xavura/coffeescript-sublime-pluginXavura 的头像

    Xavura/CoffeeScript-Sublime-Plugin

    285在 GitHub 上查看↗

    Installation Updating Commands/Shortcuts Snippets Building Settings

    Adds syntax support and compilation for CoffeeScript.

    Python
    在 GitHub 上查看↗285
  • yavorsky/bumpyavorsky 的头像

    yavorsky/Bump

    76在 GitHub 上查看↗

    Bump

    Monitors and displays updates for package dependencies.

    Python
    在 GitHub 上查看↗76
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. JavaScript Extensions

探索子标签

  • Native Object RegistrationsRegister custom JavaScript objects and functions from the host application so web pages can call native code. **Distinct from JavaScript Extensions:** Distinct from JavaScript Extensions: focuses on registering native objects for bidirectional communication, not general JavaScript plugin management.