Sreedeep cvsreedeep.hashnode.dev·Jan 13, 2025I Created a Timer Chrome ExtensionAs a developer, there are moments when you realise you can make tools to simplify your life. I often needed a simple timer while working, so I decided to create a Chrome extension that helps me set quick timers without leaving the browser. Here’s how...40 likeschrome extension
David Ege-Obettadevsmols.hashnode.dev·Jan 12, 2025How to Fix Your YouTube Recommendations with RecFixIntroductionYouTube is a treasure trove of content, but let’s face it, the recommendation algorithm doesn’t always get it right. One random search can throw off your feed for days, filling it with videos you don’t care about. That’s where RecFix, a C...youtube
Lưu Tuấn AnhforFIS Securityblog.fiscybersec.com·Jan 6, 2025Chrome Extension - Threats from the latest Chrome extensionsOverview On December 25, 2024, several forms of attacks were recorded through Google Chrome extensions to infiltrate and steal user information, affecting over 600,000 users. Hackers took control and injected malicious code into these extensions. Fro...threat intelligence
Lưu Tuấn AnhforFIS Securityblog.fiscybersec.com·Jan 6, 2025Chrome Extension - Những mối đe dọa từ tiện ích Chrome mới nhấtTổng quan Vào ngày 25/12/2024 đã ghi nhận được một số hình thức tấn công thông qua tiện ích của Google - Chrome extension nhằm xâm nhập và lấy đi thông tin người dùng và gây ảnh hưởng đến hơn 600.000 người dùng. Các hacker đã chiếm quyền kiểm soát và...39 readsthreat intelligence
João Esperancinhajesperancinha.hashnode.dev·Jan 5, 2025Chrome OS Guide to go from Zero to DevOps Hero in a nutshellIntroduction Google has provided a list of devices that before 2019, could still have Crostini installed. After 2019 all devices are expected to offer Crostini support. Crostini isn’t an operating system. Rather, it is a Linux application support to ...chrome extension
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
Arya M. Pathakarya2004.hashnode.dev·Dec 20, 2024Building a Chrome Extension from ScratchCreating a Chrome extension can feel complex initially, but it becomes simpler when broken into pieces. Chrome extensions are zipped bundles of web technology files such as HTML, CSS, JavaScript, images, and a mandatory manifest.json file. These file...20 likesjQuery
Vishwa Gauravblog.itsvg.in·Dec 20, 2024Boost Your Productivity with SiteNotes: A Chrome Extension for Contextual Note-TakingIn a fast-paced digital world, organizing your thoughts while navigating countless web pages can be a challenge. Enter SiteNotes, a free and open-source Chrome extension that transforms the way you take and manage notes online. Whether you’re conduct...Productivity
Vivek Kumar Guptadevblogsbyvivek.hashnode.dev·Dec 18, 2024Chrome Extension 101: Beginner's GuideWelcome! Whether you're here to learn the basics of Chrome extension development due to a client requirement, to promote your brand, or simply to explore this fascinating area of programming, you're in the right place. This blog will guide you throug...Programming Blogs
Asiones Jiaasiones.hashnode.dev·Dec 18, 2024tailwindcss variables not working in Chrome extensionHow to fix it /* If your code is like this in global.css */ @layer base { :root { --background: 0 0% 100%; --foreground: 222.2 47.4% 11.2%; /* ... */ } } /* Try this instead: 'Change :root to :host' *...Tailwind CSS