Exafunction / codeium-chrome

Free, ultrafast code autocomplete for Chrome
https://www.codeium.com/
MIT License
110 stars 16 forks source link

allow running in web pages using a meta tag #29

Closed hatemhosny closed 10 months ago

hatemhosny commented 10 months ago

if a web page needs to run the extension without being in the allowlist, this meta tag would trigger activating the functionality of the extension:

<meta name="codeium:type" content="monaco">

This is a demo: https://codeium.livecodes.pages.dev/

see https://github.com/Exafunction/codeium-chrome/issues/28