I'm currently working on developing a Chrome extension, but I'm encountering some confusion along the way. Despite researching online, I keep receiving conflicting advice and haven't been able to successfully implement any solutions. That's why I'm reaching out for your guidance.
Here are some key features I aim to achieve: Implementing an overlay that can be toggled using a Chrome hotkey across all pages, with a consistent text area regardless of the tab or page (I assume utilizing JavaScript to store the text area content in a global variable accessible to all tabs/pages). I've also incorporated jQuery, but am unsure how to include it globally so it can be used across all my HTML pages.
What I require assistance with: - Including an overlay - Defining a Chrome hotkey for the extension - Establishing global variables shared among all pages and tabs
Thank you