New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nextension

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nextension

A CLI tool to build Next.js applications as Chrome extensions

  • 2.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-97.22%
Maintainers
1
Weekly downloads
 
Created
Source

Nextension

An Advanced CLI Tool for Building Next.js Applications as Chrome Extensions

Table of Contents

  1. Introduction
  2. Installation and Usage
  3. Features
  4. Customization
  5. Configuration
  6. File Structure
  7. Troubleshooting
  8. Contributing
  9. License

Introduction

Nextension is an advanced CLI (Command Line Interface) tool designed for developers proficient in Next.js to easily convert their Next.js applications into fully functional Chrome extensions. With Nextension, developers can rapidly create Chrome extensions from their Next.js projects, enabling them to leverage the power of Next.js for building progressive web applications and taking advantage of the Chrome extension ecosystem for distribution.

Installation and Usage

To install Nextension, ensure that you have Node.js version 14.0.0 or higher installed on your system, you can use the following command:

To install nextension globally, allowing it to be run from any directory.

npm install -g nextension

To install nextension for a specific project:

npm install --save-dev nextension

After you've installed Nextension, you can run it in your project using the following command:

npx nextension

Features

Nextension is equipped with a variety of features to simplify the process of transforming Next.js projects into Chrome extensions:

  • Seamless Next.js Integration: Maintains all Next.js capabilities during the conversion process.
  • Automatic Manifest Generation: Generates the required manifest.json file, adhering to the Chrome Extension Manifest format. If a manifest.json isn't found in your assets directory, it prompts you to generate a template.
  • HTML Code Beautification: Uses js-beautify to enhance readability and maintainability of the HTML code.
  • Assets Handling: Copies your assets directory to the output directory automatically, ensuring all necessary assets are included in your Chrome extension.
  • Package Manager Detection: Automatically identifies your project's package manager (npm, yarn, or pnpm) and uses it to run the build commands.
  • File Organization: Arranges your files into specific directories like scripts, styles, and icons, resulting in a clean directory structure.
  • Robust Error Handling: Logs any issues encountered during the build process, assisting in troubleshooting.

Customization

Nextension allows you to customize various aspects of the Chrome extension generation process. You can modify the behavior of Nextension through configuration options.

Configuration

Coming Soon...

Nextension supports a configuration file named nextension.config.js in your project's root directory. By creating this file, you gain granular control over the Chrome extension's output.

File Structure

File / DirectoryDescription
dist/build.d.tsTypeScript definition file for build.js
dist/build.jsTranspiled JavaScript file of build.ts
dist/build.js.mapSource map file for build.js
dist/cli.d.tsTypeScript definition file for cli.js
dist/cli.jsTranspiled JavaScript file of cli.ts
dist/cli.js.mapSource map file for cli.js
dist/utils.d.tsTypeScript definition file for utils.js
dist/utils.jsTranspiled JavaScript file of utils.ts
dist/utils.js.mapSource map file for utils.js
src/build.tsTypeScript source file for the build process
src/cli.tsTypeScript source file for the CLI
src/utils.tsTypeScript source file for utility functions
package-lock.jsonAutomatically generated file for any operations where npm modifies node_modules or package.json
package.jsonFile that lists the packages your project depends on
README.mdThe file that contains the documentation for your project
tsconfig.jsonThe configuration file for the TypeScript compiler

Troubleshooting

If you encounter any issues while using Nextension, please open an issue on GitHub.

Contributing

We appreciate contributions from the developer community! To contribute:

  1. Fork the Nextension repository on GitHub.
  2. Clone your forked repository to your local machine.
  3. Create a new branch for your contribution.
  4. Make your changes to the codebase.
  5. Ensure that all existing tests pass and add new tests as needed.
  6. Commit your changes and push them to your forked repository.
  7. Create a pull request from your branch to the main Nextension repository.

If you have any questions or need assistance with the contribution process, feel free to reach out to us on GitHub.

License

Nextension is open-source software released under the MIT License. Feel free to use and modify Nextension as per the terms of the license.


Thank you for choosing Nextension! We hope you find it a valuable tool for building powerful Chrome extensions with the ease and flexibility of Next.js. Happy coding!

Keywords

FAQs

Package last updated on 28 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc