# chrome_ext_example **Repository Path**: ninen/chrome_ext_example ## Basic Information - **Project Name**: chrome_ext_example - **Description**: No description available - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-02-06 - **Last Updated**: 2024-02-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Chrome Extension TypeScript Starter [![Build Status](https://travis-ci.org/chibat/chrome-extension-typescript-starter.svg?branch=master)](https://travis-ci.org/chibat/chrome-extension-typescript-starter) Chrome Extension, TypeScript and Visual Studio Code ## Prerequisites * [node + npm](https://nodejs.org/) (Current Version) ## Option * [Visual Studio Code](https://code.visualstudio.com/) ## Includes the following * TypeScript * Webpack * Moment.js * jQuery * Example Code * Chrome Storage * Options Version 2 * content script * count up badge number * background ## Project Structure * src: TypeScript source files * dist: Chrome Extension directory * dist/js: Generated JavaScript files ## Setup ``` npm install ``` ## Import as Visual Studio Code project ... ## Build in watch mode ### terminal ``` npm run build ``` ### Visual Studio Code Run watch mode. type `Ctrl + Shift + B` ## Load extension to chrome Load `dist` directory