Glenn 'devalias' Grant
Glenn 'devalias' Grant
While it's been a while since I was looking at it, this thread for adding support to view notifications to the `gh` CLI might have some pointers towards API workarounds,...
Thanks for the heads up; I have a pull request of the conversion to MV3 that you can clone and install as a local unpacked developer build in the meantime:...
Just wanted to make a quick update here.. have been pretty busy lately, but this has still been floating around in the back of my mind. I'm thinking what I...
> Since I haven't had a chance to get back to working on this in ages, I just did a quick check that the main functionality in https://github.com/0xdevalias/chrome-NewWindowWithTabsToRight/pull/20 seems to...
Here is the official migration guide: - https://developer.chrome.com/docs/extensions/develop/migrate - > Migrate to Manifest V3 > > A guide to converting Manifest V2 extensions to Manifest V3 extensions. > > Note:...
It seems like Chrome 127 is when MV2 extensions will start getting disabled, and according to the release timeline, that will hit stable release tomorrow (Jul 17 2024): - https://developer.chrome.com/blog/resuming-the-transition-to-mv3...
I tried running the `extension-manifest-converter`: - https://github.com/GoogleChromeLabs/extension-manifest-converter It seems to have merged all of the existing `.js` files (`src/bg/background.js`, `js/chromeExtensionApiAbstractions.js`, `js/googleAnalytics.js `) into a single `service_worker.js` file (and maybe makes...
Last time I was working on this, I was exploring a way to implement 'options toggles' in the `contextMenu`, so that, as an example, the user could toggle on/off the...
I'm exploring some ideas for refactoring everything into more modular code files/patterns in this (private) ChatGPT `o1-preview` conversation: - https://chatgpt.com/c/66f8e70f-ce4c-8008-92f8-673f9c8c56ae
I'm exploring some ideas for implementing settings / context menu options toggles for changing the default `onClick` action of the extensions 'action icon' in this (private) ChatGPT `o1-preview` conversation: -...