Skip to content

Hackathon Chrome Extension Project For Codesmith FTRI 3 Cohort with Savitri Beaver

Notifications You must be signed in to change notification settings

arajput96/Chrome-Extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrome-Extension

Hackathon Chrome Extension Project For Codesmith FTRI 3 Cohort with Savitri Beaver

Savitri's Notes:

  • use a content script (js file) to inject your script into a page and add it in the manifest file under "content_scripts": [{"matches": ["<all_urls>"], "js": ["content.js]}]
  • create a popup html page?
  • use chrome.tabs.query({currentWindow: true, active: true}, function())
  • make a regex to search for all instances of bootcamp names?
  • background.js file

About

Hackathon Chrome Extension Project For Codesmith FTRI 3 Cohort with Savitri Beaver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published