Skip to main content

All Questions

Filter by
Sorted by
Tagged with
2 votes
1 answer
2k views

Chrome Extension :: Trying to understand syntax of chrome.runtime.sendmessage to chrome.runtime.onMessage

I'm having some issues understanding the syntax of how chrome.runtime.sendmessage sends data from my Content.js file to my chrome.runtime.onMessage Background.js file. I'm trying to inject a script to ...
cs2139's user avatar
  • 33
1 vote
0 answers
203 views

chrome.tabs.captureVisibleTab vs chrome.desktopCapture

I'm new to Chrome extension development and I am trying to build an extension which take's screenshot of the pages of an ebook. So I was reading the chrome extension documentation and came across ...
Ceroy's user avatar
  • 191
6 votes
2 answers
8k views

Completely lost on how to save extension popup window content

I'm pretty much lost on how to make the added contents of my popup window not disappear every time I open a new link or click it "away". I've read about content script, background script and the like ...
Kobrajunior's user avatar