Kyle Paulsen
Kyle Paulsen
Just want to confirm if libIOTCAPIs_ALL v3.1.10+ is freely available or if it requires a paid license or maybe shady browsing. Where can we get this? @mrlt8 How did you...
This is something I've definitely thought about and wanted. The only issue is syncing files. Chrome doesn't give apps much "sync" space, so a single large js file could completely...
I just submitted a new version that will hopefully fix this. Look for version 1.3.2 in the near future (once it is approved on FF's marketplace).
Sorry, I'm not really sure what you mean. The close modal button should only close the modal and nothing else. I've actually stopped maintaining this library, so it might be...
The browser is sending an OPTIONS (preflight) request because whatever code that's making the request isn't satisfying the requirements to avoid a preflight request. See here: https://stackoverflow.com/questions/42168773/how-to-resolve-preflight-is-invalid-redirect-in-cors Basically, * The...
That sounds rough... You might need something higher calibur like a system wide proxy. Maybe https://www.charlesproxy.com/documentation/tools/rewrite/ I'm not sure it's possible to do what you need through a chrome extension....
I'm not aware of any problems. I use this extension every day and haven't seen a critical bug since last update. I would definitely appreciate any console errors or any...
Installed a virtual machine of ubuntu and installed Chromium with similar versions (Ubuntu 18.04 64-bit, Chromium Version 91.0.4472.114 (Official Build))... unfortunately didnt see anything break... 😦  I'm wondering if...
I'm guessing it's the quantity of bookmarks then... I'll try and think about how to handle 1000s of bookmarks.
I assume you want to do this with a URL -> File rule. I think this used to work, but maybe not anymore: https://bugs.chromium.org/p/chromium/issues/detail?id=521475#c11 If you want to make fake...