Skip to content

⛾ YURI.ws

Blog

Menu
  • Exchange Rates Example – Widget
  • Manage Subscriptions
Menu

Creating a Google Chrome Extension Using Any JavaScript Framework

Posted on December 17, 2023

Creating a Google Chrome Extension Using Any JavaScript Framework: Leveraging the ‘create-chrome-ext’ Toolkit

Create Chrome Extension (.crx)

Creating a Google Chrome extension with any JavaScript framework is made easy by using the ‘create-chrome-ext’ toolkit, available on GitHub. This toolkit streamlines the extension development process, supporting various frameworks like React, Vue, Svelte, and many more.

Install

Step-by-Step Guide to Using ‘create-chrome-ext’

Prerequisite:

  • Node.js version 14.18.0 or higher.

Installation and Setup:

  1. Install ‘create-chrome-ext’:
    You can install the toolkit using one of the following commands:

    • Using npm-create: npm create chrome-ext
    • Using npx: npx create-chrome-ext
    • Using npm-init: npm init chrome-ext【12†source】.
  2. Specifying Project Name and Template:
    Directly specify the project name and the desired framework template with additional command line options. For instance:

    • For npm 6.x: npm create chrome-ext@latest my-crx-app --template svelte-js
    • For npm 7+ (with an extra double-dash): npm create chrome-ext@latest my-crx-app -- --template react-ts
    • Using yarn: yarn create chrome-ext my-crx-app --template vue-ts
    • Using pnpm: pnpm create chrome-ext my-crx-app --template vanilla-ts【13†source】.
  3. Using the ‘crx’ CLI:
    Alternatively, you can generate the project with the crx command-line interface (CLI):

    • First, install globally: npm install create-chrome-ext --global
    • Then, create your app: crx my-crx-app or specify a template, e.g., crx my-crx-app --template preact-js【14†source】.

Conclusion

The ‘create-chrome-ext’ toolkit offers a streamlined, efficient way to develop Google Chrome extensions using a variety of JavaScript frameworks. Its flexibility and ease of use make it an ideal choice for developers looking to create browser extensions with their preferred JS framework. With simple commands, developers can set up a robust environment tailored for extension development, contributing to a more productive and enjoyable coding experience.

Loading...
01 Jun · CBBH · USD/EUR
The Central Bank of Bosnia and Herzegovina
Check: 01 Jun 2025 00:00 UTC
Latest change: 01 Jun 2025 00:00 UTC
API: CurrencyRate
Disclaimers. This plugin or website cannot guarantee the accuracy of the exchange rates displayed. You should confirm current rates before making any transactions that could be affected by changes in the exchange rates.
⚡You can install this WP plugin on your website from the WordPress official website: Exchange Rates🚀
CurrencyPrice
Australian Dollar 
Australian Dollar
1.5563
Euro 
Euro
0.8819
British Pound 
British Pound
0.7419
Japanese Yen 
Japanese Yen
143.7152
US Dollar 
US Dollar
1
01 Jun · FX Source: CBBH 
The Central Bank of Bosnia and Herzegovina
Check: 01 Jun 2025 00:00 UTC
Latest change: 01 Jun 2025 00:00 UTC
API: CurrencyRate
Disclaimers. This plugin or website cannot guarantee the accuracy of the exchange rates displayed. You should confirm current rates before making any transactions that could be affected by changes in the exchange rates.
⚡You can install this WP plugin on your website from the WordPress official website: Exchange Rates🚀

Source: USD/EUR @ Sun, 1 Jun.

Source: CurrencyRate

by CurrencyRate.Today

Euro0.8819
01 Jun · CBBH · USD
The Central Bank of Bosnia and Herzegovina
Check: 01 Jun 2025 00:00 UTC
Latest change: 01 Jun 2025 00:00 UTC
API: CurrencyRate
Disclaimers. This plugin or website cannot guarantee the accuracy of the exchange rates displayed. You should confirm current rates before making any transactions that could be affected by changes in the exchange rates.
⚡You can install this WP plugin on your website from the WordPress official website: Exchange Rates🚀

Currency Converter

Currency Converter EUR/USD: Sun, 1 Jun.

Exchange Rate

Exchange Rate EUR: Sun, 1 Jun.

Archives

  • May 2025
  • April 2025
  • June 2024
  • March 2024
  • December 2023
  • August 2023
  • September 2022
  • August 2022
  • January 2021
©2025 ⛾ YURI.ws | Design: Newspaperly WordPress Theme