DEV Community

Cover image for Day 51 of #100DaysOfCode: Create the Chrome Extension to Improve Productivity for bloggers
Jen-Hsuan Hsieh
Jen-Hsuan Hsieh

Posted on

Day 51 of #100DaysOfCode: Create the Chrome Extension to Improve Productivity for bloggers

Introduction

People who work as developers or bloggers usually open a lot of Chrome tabs to collect information or references and turn them into markdown syntax. This kind of job is so messy that I believe that it’s worthy to solve.

There are two reasons for me to decide to create a utility with a Chrome extension.

  • We can copy contents, turn them into markdown syntax, and paste them without switch tabs or extra monitor
  • We don’t have to leave tabs for content that we haven’t read yet

I will only record a rough overview of this article. It will introduce the following sections.

  1. The basis of Chrome Extensions
  2. Introduction of Storage APIs
  3. ContextMenus (Right-click menu)

Details

Please refer to my article

Articles

There are some of my articles and released projects. Feel free to check if you like!

Top comments (0)