Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 759 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 759 Bytes

Chrome Extension

Chrome extension

Screen.Recording.2022-10-09.at.9.25.40.PM.mov

Description

Chrome Extension for saving links and tabs to LocalStorage

HTML

  • input
  • button
  • ul
  • CSS
  • box-sizing: border-box;
  • list-style: none;

Javascript

  • querySelector
  • JSON.parse(localeStorage.getItem())
  • .addEventListener("click", )
  • chrome.tabs.query
  • .push()
  • localStorage.setItem()
  • for
  • innerHTML
  • .addEventListener("dblclick", )
  • localStorage.clear();
  • .length;
  • .JSON.stringify
  • JSON