brandon

Results 19 issues of brandon

I have auth code I'd like to run in the background script, but having trouble figuring out where to put it in the /app folder (trying to avoid modifying other...

I'm new to Chrome extensions, so forgive me if this question isn't unique to this project. I'm trying to add multiple content scripts, each of which injects into a different...

Ubuntu 16.04, node 6.3.1, npm 3.10.3 terminal dump is below, but getting repeated instances of this error after `clone`, `npm install`, `npm start` in the example folders: ``` Module build...

I notice sometimes the library emits an error message, like, `premature end of JPEG file`. I think the hash turns out OK, and the image looks fine upon visual inspection,...

I'd like to use the `inject.js` to scrape data from the DOM and pass it back to the background `redux store`. Is that possible with the way the app is...

I'm using MDL in a content script for a Chrome Extension. To keep the CSS from bleeding, I'm using a `shadowDOM` node to limit `material.css` from leaking into global scope....

I have a `Menu` component that holds an instance of `react-select`, which is more or less a dropdown menu. When I click on the input, however, the `Menu` disappears. The...

first: this project is a godsend, so thanks. second, just for context: i'm using a boilerplate for my chrome extension that has several [csps set to enable hot-reloading](https://github.com/zalmoxisus/crossbuilder/blob/150ae3d727f1c8d69fbd988fa82a7c48dea8c5b7/src/browser/extension/manifest.dev.json) Anyway, I...

(ubuntu unity 15.10) When I, or any 4-legged monstrosity that might be sharing my desk with me, holds the shortcut key, it spams screencap dialogues, which I then have to...

enhancement
Stale