📘
Portfolio
  • Rebecca (Becky) Peltz
  • Education, Skills, Certifications
  • Work History
  • Projects
    • Hackathon Projects
      • Traveler's Translator: Translation and Speech AI
      • Eleanor: An AI Application
      • Prototype for Hackathon 3D Project
      • Dev.to Cloudflare AI Challenge: Recipe Generator
    • Learning Modules
      • Introduction to Web Development
      • Using AI at Home and in the Workplace
      • Blockchain Learning
    • Learning Apps
      • Design, Create, and Publish a Chrome Extension
      • Code Notebooks
      • Periodic Table of Cloudinary Transformations
      • Transformation Concentration
      • Code Sandbox Playground for Cloudinary Transformations Prototype
  • Blogs
    • dev.to
    • Medium
Powered by GitBook
On this page
  • Description
  • Technology
  1. Projects
  2. Learning Apps

Design, Create, and Publish a Chrome Extension

Create a chrome extension.

PreviousLearning AppsNextCode Notebooks

Last updated 10 months ago

Click the link below to see the online guide:

Description

This learning guide uses an example of a Chrome Extension that I created while studying Cybersecurity. There are so many phishing attacks carried out these days. So much is left to the user to exercise restraint when clicking a link. The instruction is usually given that to help avoid phishing, hover over links and see if they are suspect before clicking on them. As an application developer, I felt that creating a browser extension might help to reveal what's programmed in a link. My extension generates a popup window with a report describing all the attributes in the user's web page links. It also shows red and green indicators for all possible problems a link might have based on the attributes in the element.

I used Chrome to create the extension. When I discovered that Chrome had created a new extension version and that the manifest and code requirements had changed, I used this opportunity to make a guide to help me remember how I designed, coded and published the extension.

Technology

I shared a link to this guide in a .

This guide was created using . The Chrome Extension was coded using HTML, JavaScript, and CSS.

blog post about phishing
GitBook
Create and Publish a Chrome Browser Extension
Link Reveal Extenstion Published in Chrome Web Store