Gaurav Nadkarnigaurav-blogs.hashnode.dev·Dec 26, 2024Chrome Extension Development - Develop minimal app with TypeScript, React, Tailwind CSS and WebpackIntroduction In this blog, we will explore how to set up and develop a Chrome extension using TypeScript, React, Tailwind CSS, and Webpack. We will create a minimal extension called "NoteMe" ✍️ to put our understanding to the test. Our extension will...chrome extension
Gaurav Nadkarnigaurav-blogs.hashnode.dev·Dec 16, 2024Step Into Chrome Extension Development: Easy Setup with TypeScript and WebpackIntroduction As of December 2024, Chrome remains the most popular browser worldwide. Learning to develop extensions for Chrome can open exciting opportunities to explore browser-based development and enhance your understanding of how browsers work un...chrome extension
Keiglasp.hashnode.dev·Nov 28, 2024How We Rebuilt the ChatGPT & YouTube Summary Extensionsby Koki Nagai Introduction At Glasp, we offer several services as Chrome extensions. Our Glasp Web Highlighter allows users to highlight and save content from web pages and PDFs with the help of AI, making it easy to share with others. We also provid...CRXJS
Micah Lindleyblog.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...1 like·54 readsCease and Desist All Copyright Infringement
Aries Triputrantoaariestriputranto.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...url req
Mellowtelblog.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...45 readsBrowser Extension
Mellowtelblog.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...32 readschrome extension
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...Web 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...Web 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 ...Web Browser Extension WorkshopWeb Development