Last active
August 24, 2020 08:41
-
-
Save jessuni/dbbdc8a8cc1062ab6516f069a8fec0be to your computer and use it in GitHub Desktop.
extension-section-1-content-1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// when content script runs, notify background | |
const port = chrome.runtime.connect({ name: 'hello' }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment