[READ-ONLY] Mirror of https://github.com/shuuji3/google-chat-hangouts-sticker-extension. ๐Ÿ™‚ Google Chrome extension to allow to send Google Hangouts stickers
0

Configure Feed

Select the types of activity you want to include in your feed.

TypeScript 66.3%
JavaScript 25.7%
HTML 8.0%
2 1 0

Clone this repository

https://git.vm.fail/shuuji3.xyz/google-chat-hangouts-sticker-extension https://git.vm.fail/did:plc:kte3nm3kwyy4qcfbpoq7pqsa
ssh://git@knot1.tangled.sh:2222/shuuji3.xyz/google-chat-hangouts-sticker-extension ssh://git@knot1.tangled.sh:2222/did:plc:kte3nm3kwyy4qcfbpoq7pqsa

For self-hosted knots, clone URLs may differ based on your setup.


README.md

google-chat-hangouts-sticker-extension#

build

๐Ÿ™‚ Google Chrome extension to allow to send Google Hangouts stickers

Development#

Open in Gitpod


TODO(shuuji3): Update README.

Prerequisites#

Option#

Includes the following#

  • TypeScript
  • Webpack
  • React
  • Jest
  • Example Code
    • Chrome Storage
    • Options Version 2
    • content script
    • count up badge number
    • background

Project Structure#

  • src/typescript: TypeScript source files
  • src/assets: static files
  • dist: Chrome Extension directory
  • dist/js: Generated JavaScript files

Setup#

npm install

Import as Visual Studio Code project#

...

Build#

npm run build

Build in watch mode#

terminal#

npm run watch

Visual Studio Code#

Run watch mode.

type Ctrl + Shift + B

Load extension to chrome#

Load dist directory

Test#

npx jest or npm run test