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 • Edited 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!

Speedy emails, satisfied customers

Postmark Image

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay