Micah LindleyforMicah Lindley's Blogblog.micahlindley.com·Nov 4, 2024I got a cease-and-desist letterAs a developer who likes building small integrations and apps to integrate with existing platform, I’m used to dealing with odd terms of service and long and hard-to-read legal documents. I just didn’t expect to receive a cease-and-desist letter from...Discuss·1 like·48 readsCease and Desist All Copyright Infringement
Aries TriputrantoforAriesTriputrantoaariestriputranto.hashnode.dev·Oct 27, 2024Respons 403Request URL: https://api.github.com/repos/AriesTriputranto/chromium-dashboard/hook Request method: POST Accept: */* Content-Type: application/json User-Agent: GitHub-Hookshot/c0ace7e X-GitHub-Delivery: 42729de0-92ad-11ef-89ca-38e0fe43b59c X-GitHub-Ev...Discussurl req
Mellowtelformellowtelblog.mellowtel.com·Sep 24, 2024Understanding Chrome Extension Files in Developer Tools: What is installHook.js ?Have you ever noticed unfamiliar files appearing in your Chrome Developer Tools while working on web projects? You're not alone. Many developers, especially those using React, have encountered a file called installHook.js. Let's explore its origins a...Discuss·27 readsBrowser Extension
Mellowtelformellowtelblog.mellowtel.com·Sep 21, 2024How to monetize your Chrome extensionIn this guide, we'll explore effective strategies to monetize Chrome extensions. It's simpler than you might think. Freemium: The Trial Run • Provide a basic version at no cost • Offer premium features for a fee • Consider various pricing plans Examp...Discuss·30 readschrome extension
Vehbi Sinan TunaliogluforThe Negationthenegation.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 TunaliogluforThe Negationthenegation.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 TunaliogluforThe Negationthenegation.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 TunaliogluforThe Negationthenegation.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 TunaliogluforThe Negationthenegation.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
Bama Charan ChhandogiforBama Charan Chhandogibamacharan.hashnode.dev·Aug 9, 2024Supercharge Your Web Development with Auto Reload BackendAre you tired of constantly switching between your code editor and browser, manually restarting your Node.js server, and refreshing your web pages? Say goodbye to these productivity killers with Auto Reload Backend - a powerful duo of a Visual Studio...Discussauto-reload-backend