Takeaways from web development hurdles that "seemed simple".
Don't wanna be here? Send us removal request.
Text
I dug through a tonnes of articles on how to get the active tab ID for my manifest v3 Chrome Extension.
This allowed me to run functions that required a tab.id, in contexts where a tab ID was not accessible.
This should not require a lot of work according to spec’s, but it does because of a bug: https://bugs.chromium.org/p/chromium/issues/detail?id=462939
The code for this is here: https://pastebin.com/bKuMzWqs
0 notes