awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
chibat avatar

chibat/chrome-extension-typescript-starter

0
View on GitHub↗
2,823 stars·463 forks·TypeScript·mit·11 views

Chrome Extension Typescript Starter

Features

  • Chrome Extensions - Provides a complete development environment for building Chrome extensions with TypeScript.
  • Build Pipelines - Ships a Webpack build pipeline that compiles TypeScript into Chrome extension packages.
  • Development Templates - Ships a ready-to-use template with Webpack bundling and TypeScript compilation for Chrome extensions.
  • Starter Scaffolds - Provides a scaffold for Chrome extension development with TypeScript and automated compilation.
  • Extension Builders - Ships a pre-configured Webpack and TypeScript build pipeline for Chrome extensions.
  • Browser Storage Persistence - Persists extension data across browser sessions using the Chrome Storage API.

Star history

Star history chart for chibat/chrome-extension-typescript-starterStar history chart for chibat/chrome-extension-typescript-starter

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What are the main features of chibat/chrome-extension-typescript-starter?

The main features of chibat/chrome-extension-typescript-starter are: Chrome Extensions, Build Pipelines, Development Templates, Starter Scaffolds, Extension Builders, Browser Storage Persistence.

What are some open-source alternatives to chibat/chrome-extension-typescript-starter?

Open-source alternatives to chibat/chrome-extension-typescript-starter include: scoful/n-tab — N-Tab is a browser extension designed to manage browser tab lifecycles by consolidating open web pages into organized,… jonghakseo/chrome-extension-boilerplate-react-vite — This project is a boilerplate for Chrome extension development, utilizing React and Vite to build custom functionality… day8/re-frame — re-frame is a functional framework for building single-page applications in ClojureScript. It provides a centralized,… browsersync/browser-sync — BrowserSync is a web development synchronization tool and live reload server. It functions as a local static web… vuejs-templates/webpack — This project is a pre-configured build template for Vue.js applications using Webpack. It provides a structured… watchexec/watchexec — Watchexec is a command-line task runner and file system change trigger that automates developer workflows by executing…

Open-source alternatives to Chrome Extension Typescript Starter

Similar open-source projects, ranked by how many features they share with Chrome Extension Typescript Starter.
  • scoful/n-tabscoful avatar

    scoful/N-Tab

    898View on GitHub↗

    N-Tab is a browser extension designed to manage browser tab lifecycles by consolidating open web pages into organized, virtual sessions. It functions as a session management tool that allows users to group tabs into custom folders, recover recently closed pages, and reduce system memory usage by offloading active tabs into a centralized interface. The extension distinguishes itself through its support for cross-device synchronization, enabling users to back up and share saved tab configurations across multiple browser instances via remote cloud storage. It also provides a declarative command

    JavaScriptchrome-extensiononetab
    View on GitHub↗898
  • jonghakseo/chrome-extension-boilerplate-react-viteJonghakseo avatar

    Jonghakseo/chrome-extension-boilerplate-react-vite

    4,834View on GitHub↗

    This project is a boilerplate for Chrome extension development, utilizing React and Vite to build custom functionality and user interfaces for web browsers. The development workflow emphasizes fast iteration through hot-reload capabilities and module rebuilding, which reflect code changes in the browser without manual reloading. It includes a type-safe internationalization system for managing multi-language support and automated end-to-end testing to verify feature stability across different browser packages. The architecture provides a component-based framework for creating popups, options

    TypeScript
    View on GitHub↗4,834
day8/re-frameday8 avatar

day8/re-frame

5,532View on GitHub↗

re-frame is a functional framework for building single-page applications in ClojureScript. It provides a centralized, immutable database that serves as the single source of truth for the entire application state, enforcing a strict unidirectional data flow where events trigger state transitions and subsequent view updates. The framework distinguishes itself through a reactive signal graph and an interceptor-based middleware pipeline. By treating application logic as a sequence of data-driven events and declarative side effects, it decouples business logic from the view layer. This architectur

Clojureclojurescriptre-framereact
View on GitHub↗5,532
  • browsersync/browser-syncBrowserSync avatar

    BrowserSync/browser-sync

    12,289View on GitHub↗

    BrowserSync is a web development synchronization tool and live reload server. It functions as a local static web server, a reverse proxy server for existing sites, and a browser testing orchestrator that coordinates page state across different browsers and physical devices. The tool is distinguished by its ability to mirror user interactions, such as clicks, scrolls, and form inputs, in real time across all connected devices. It also provides a web-based device control interface and the capability to create public URL tunnels for remote testing of local sites. The system covers a broad range

    JavaScript
    View on GitHub↗12,289
  • See all 30 alternatives to Chrome Extension Typescript Starter→