zaki-yama / copy-title-and-url-as-markdown

Chrome Extension: Quickly copy the title & url of current tab as Markdown style
https://chrome.google.com/webstore/detail/copy-title-and-url-as-mar/fpmbiocnfbjpajgeaicmnjnnokmkehil
99 stars 13 forks source link

chore: migrate to manifest V3 #218

Closed zaki-yama closed 2 years ago

zaki-yama commented 2 years ago

Why

According to the chrome developer blog: The transition of Chrome extensions to Manifest V3 - Chrome Developers

January 2023: The Chrome browser will no longer run Manifest V2 extensions. Developers may no longer push updates to existing Manifest V2 extensions.

So I have to migrate to v3.

This article will be the help: Migrating to Manifest V3 - Chrome Developers

What

Migrate the manifest file to V3.