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

What you get?

Types of extensions

Type
Description

content-script

Content script

content-script-sidebar

Content script Sidebar

sidepanel

Chrome native Sidepanel

popup

Popup

iframe (content-script-sidebar in iframe. Content comes from web app)

Content script Sidebar from an iFrame (Served from web app)

iframe (content-script-sidebar in iframe. Content comes from local extension files)

Content script Sidebar from an iFrame (Served from local extension files)

Components

Name
Description

Twitter

Add additional functionality for Twitter/X

License

Add support for license to your extension. Supports Lemon Squeezy and Gumroad.

Features

Name
Description

Auth external communication (External auth)

Enable authentication in your extension using your web app's existing auth.

Session auth

Use session based auth in your extension.

Supabase auth

Add supabase auth to your extension.

Welcome page

Add welcome page to your extension.

Users will be taken to this page after they install your extension.

Uninstall page

Add uninstall page to your extension. Users will be taken to this page after they remove your extension.

PreviousGet StartedNextChrome Extension Types

Last updated 9 months ago

💡