Created
June 7, 2019 12:08
-
-
Save WolffDev/ec24e20c029ed48fd25dcdb26d574bb8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
var bgp = chrome.extension.getBackgroundPage(); | |
bgp.console.log("calling bg page console log from popup.js"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment