/NEWTAB.md

Markdown New tab Chrome extension

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

NEWTAB.md

Build Status Codacy Badge

Use New tab page, as Markdown notepad.

Preview

Extensions

Spoiler

    ```spoiler

    My Hidden Text

    ```

Copy to clipboard

    ```copy

    Click on me to copy this text!

    ```

Development

Prepare

# 0. Clone repo
git clone git@github.com:danilin-em/NEWTAB.md.git

# 1. Go to folder
cd NEWTAB.md

# 2. Install requirements
npm install

Way 1: Dev Server (Without instalation)

# Start Dev Server
npm run dev

See on: http://localhost:3000/

Note: Bookmarks bar shows example data

Way 2: Load Extension

# Watch & Build changes
npm run watch
  1. Go to chrome://extensions
  2. Enable Developer mode
  3. Use Load Unpacked Extension select the dist/ in repository