Vehbi Sinan Tunaliogluthenegation.hashnode.dev·Aug 28, 2024Web Browser Extension Workshop - Part 5This is the last post in the series of the Web Browser Extension Workshop. In this post, we will populate our popup using the service we created in the previous post. Overview In the last 4 posts, we have created a web browser extension that parses t...DiscussWeb Browser Extension WorkshopWeb Development
Vehbi Sinan Tunaliogluthenegation.hashnode.dev·Aug 27, 2024Web Browser Extension Workshop - Part 4This is the fourth part of the Web Browser Extension Workshop series. In this part, we will populate a database with the OpenGraph information parsed from the Webpage on active tabs. For this, we will implement a service that we can use later to quer...DiscussWeb Browser Extension WorkshopWeb Development
Vehbi Sinan Tunaliogluthenegation.hashnode.dev·Aug 26, 2024Web Browser Extension Workshop - Part 3This is the third part of the series of blog posts about creating a Web browser. In this part, we will change the extension icon based on the OpenGraph information parsed from the Webpage on the active tab. We will also refactor the code by encoding ...DiscussWeb Browser Extension WorkshopWeb Development
Vehbi Sinan Tunaliogluthenegation.hashnode.dev·Aug 25, 2024Web Browser Extension Workshop - Part 2This is the second part of the series of blog posts about creating a Web browser extension using WXT. In this part, we will try to read the OpenGraph tags of the Webpage that is rendered on the active tab. Overview In the previous post, we started wo...Discuss·2 likesWeb Browser Extension WorkshopWeb Development
Vehbi Sinan Tunaliogluthenegation.hashnode.dev·Aug 24, 2024Web Browser Extension Workshop - Part 1I am starting a short series of blog posts about creating a Web browser extension using WXT. In this first part, we will set up the development environment and try to read the content of the navigated Webpage or Webpage on the active tab. Motivation ...DiscussWeb Browser Extension Workshopwxt
Debsourya Dattadebsourya-blogs.hashnode.dev·May 19, 2024WXT Extension: The Ultimate Framework for Building Web ExtensionsContext : For the last few months I have been working on Web extensions, creating web extensions is similar to developing websites but there you get some extra concepts of how web extensions work, how the content-scripts inject the scripts into the D...Discuss·1 likewxt