Is it possible to build a Chrome extension using Java?

17,911

Chrome extensions must run JavaScript. You can however use Google Web Toolkit to compile Java to JavaScript.

Share:
17,911

Related videos on Youtube

user748455
Author by

user748455

Updated on June 04, 2022

Comments

  • user748455
    user748455 almost 2 years

    Is it possible to build a Chrome extension using Java rather than JavaScript? (I use Java SE in Eclipse IDE.)

  • Ansel Santosa
    Ansel Santosa over 12 years
    You can also write apps in C and C++ using Chrome Native Client
  • naXa stands with Ukraine
    naXa stands with Ukraine about 5 years
    And you can write Chrome extensions in Kotlin. See Medium.