/paste-on-ts-playground

copy code snippets on website and paste them on typescript playground

Primary LanguageTypeScriptMIT LicenseMIT

Paste on TS playground

This extension enables to copy code snippets and paste them on TS playground.

image

If you select the code block and click "Paste on ts playground" on the menu as above, your browser will open TS playground with the code.

Install

  1. Download dist.zip file on the release page and unzip
  2. Type chrome://extensions in the address bar
  3. "Load unpack extension" and load the unzipped "dist".

Develop

$ yarn start

type chrome://extensions -> "Load unpack extension" -> target: "dist"