Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 650 Bytes

File metadata and controls

9 lines (6 loc) · 650 Bytes

API Doc API Demo Tippy.js

  • Content scripts are files that run in the context of the web pages. By interacting with the Document Object Model (DOM), they are able to read details of the web pages the browser visits, make changes to them and pass information to the popup scripts.

  • Popup scripts are the javascript and html required for the popup activated when you click the extension icon in the top right corner of the browser.

How to package: npm run build or npm run watch