Firefox 瀏覽器附加元件
  • 擴充套件
  • 佈景主題
    • 用於 Firefox
    • 字典與語言套件
    • 其他瀏覽器網站
    • Android 版的附加元件
登入
附加元件圖示

JavaScript-Java Bridge 版本紀錄 - 2 個版本

JavaScript-Java Bridge 作者: Advanced Machine Controls

評價 4.3 分,滿分 5 分
4.3 顆星,滿分 5 顆星
5
17
4
0
3
0
2
1
1
3
JavaScript-Java Bridge 版本紀錄 - 2 個版本
  • 小心舊版本!這些版本只是提供來測試與參考用。您應該隨時用最新版的附加元件。

  • 最新版本

    版本 1.81

    發行於 2020年10月14日 - 22.41 KB
    適用於 firefox 58.0 與更新版本
    For an unknown reason, the Preferences window was not appearing on Version 1.8.

    原始碼依照 DevWheels V1 條款釋出

    必須使用 Firefox 才能使用此擴充套件
    下載 Firefox 並安裝擴充套件
    下載檔案
  • 較舊版本

    版本 1.8

    發行於 2020年6月15日 - 22.32 KB
    適用於 firefox 58.0 與更新版本
    The jsjbridge.jar Version 1.8 Java library:
    • Embed JSON code to remove the external json.jar dependency.
    • Retry waits for request replies when the thread is interrupted.

    Trigger a JavaScript window.jsjbridgeActive event when the JSJBridge code has been loaded and getElementById calls return a Java proxy rather than a normal HTML element.

    Code can now be like

    addEventListener('jsjbridgeActive', function() {
    var myHelper = document.getElementById('myApplet');
    myHelper.addEventListener('initialized', function() { ... });
    });

    instead of

    var myHelper = document.getElementById('myApplet');
    myHelper.addEventListener('initialized', function() {
    myHelper = document.getElementById('myApplet');
    ...
    });

    Disable the ability of Java to call eval on a JavaScript string. Mozilla believes this original feature of JSObject to be a security risk. It is still present on the Chrome/Chromium extension.

    原始碼依照 DevWheels V1 條款釋出

    下載檔案
前往 Mozilla 官網

附加元件

  • 關於
  • Firefox 附加元件部落格
  • 擴充套件工作坊
  • 開發者交流中心
  • 開發者政策
  • 社群部落格
  • 討論區
  • 回報 Bug
  • 評論撰寫指南

瀏覽器

  • Desktop
  • Mobile
  • Enterprise

產品

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 隱私權
  • Cookie
  • 法律資訊

除另有註明外,本站內容皆採用創用 CC 姓名標示—相同方式分享條款 3.0 或更新版本授權大眾使用。