ElanMedoff / spongebobify

a barebones chrome extension to generate text in the style of the spongebob mocking meme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spongebobify

a barebones chrome extension to generate text in the style of the spongebob mocking meme:

spongebob mocking meme

  • the first letter of a word is always lowercase, alternates after
  • non-alphabet characters are ignored, but the alphabet letter following is considered the first of a new word
  • no permissions necessary

  1. navigate to chrome://extensions/

  2. click Load unpacked

  3. select the dist directory

  4. to make any changes, run npm install to install the dependencies and npm run build to output the compiled changes to the dist directory

About

a barebones chrome extension to generate text in the style of the spongebob mocking meme


Languages

Language:TypeScript 43.4%Language:JavaScript 41.4%Language:CSS 10.2%Language:HTML 5.0%