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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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·6 Aufrufe

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-Verlauf

Star-Verlauf für chibat/chrome-extension-typescript-starterStar-Verlauf für chibat/chrome-extension-typescript-starter

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was sind die Hauptfunktionen von chibat/chrome-extension-typescript-starter?

Die Hauptfunktionen von chibat/chrome-extension-typescript-starter sind: Chrome Extensions, Build Pipelines, Development Templates, Starter Scaffolds, Extension Builders, Browser Storage Persistence.

Welche Open-Source-Alternativen gibt es zu chibat/chrome-extension-typescript-starter?

Open-Source-Alternativen zu chibat/chrome-extension-typescript-starter sind unter anderem: 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-Alternativen zu Chrome Extension Typescript Starter

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Chrome Extension Typescript Starter.
  • scoful/n-tabAvatar von scoful

    scoful/N-Tab

    898Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗898
  • jonghakseo/chrome-extension-boilerplate-react-viteAvatar von Jonghakseo

    Jonghakseo/chrome-extension-boilerplate-react-vite

    4,834Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,834
day8/re-frameAvatar von day8

day8/re-frame

5,532Auf GitHub ansehen↗

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
Auf GitHub ansehen↗5,532
  • browsersync/browser-syncAvatar von BrowserSync

    BrowserSync/browser-sync

    12,289Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗12,289
  • Alle 30 Alternativen zu Chrome Extension Typescript Starter anzeigen→