bluzi/chrome-extension-execute-on-website
GitHub で見るBind events from executed code to extension code
Open
#2 opened on 2017年10月14日
good first contributionhacktoberfesthelp wanted
Repository metrics
- Stars
- (9 stars)
- PR merge metrics
- (PR metrics pending)
説明
The executed code is running in the browser, while the application code is running in the extension. These scopes are completely different.
Find a way to bind events/variables to allow communication between executed code and the extension.