ChromeKit
HomepagePricing
  • 👋Get Started
  • 💡What you get?
  • 🔬Chrome Extension Types
  • ☄️Examples
  • ⚡Extension directory
  • 🖌️Initialise
    • Content script
    • Content script Sidebar
    • Sidepanel
    • Popup
    • IFrame (Content script sidebar from web app)
    • IFrame (Content script sidebar from extension files)
  • 🔧Feature
    • Auth External Communication
    • Session auth
    • Supabase auth
    • Welcome page
    • Uninstall page
  • 🧩Component
    • Twitter
    • License
    • Floating Input
  • 📙Guidelines (Only for purchased users)
    • Message passing
    • Permissions
    • Chrome web store
    • Tips
  • ❓FAQ
    • How to get extension id?
    • Common
Powered by GitBook
On this page
  1. FAQ

Common

1. Where should I be running the npx commands?

Most of the commands need to be run from the project root directory that you will create for your extension.

Let's take an example:

You want to build an extension called twitter-news, first you will create a new directory called twitter-news and cd into it.

You can now initialise the extension based on the type of the extension you need.

So for a sidebar, you will run (In twitter-news directory)

npx ChromeKit-Org/cli init content-script-sidebar

PreviousHow to get extension id?

Last updated 10 months ago

❓