2
1 Comment

Build Chrome Extensions without code

Hey everyone,

we've released a solution that allows you to convert your no code bubble.io app into a chrome extension. We have been experimenting with Google chrome extensions for quite a while and even though it has always been quite simple to wrap your bubble app into an extension, communication wasn’t possible. However with this release we were able to solve that problem by allowing your Bubble App to communicate with your Chrome Extension and also with the browser of the user.

Your bubble-built chrome extension will be able to interact with the browser in various different ways:

  • Inject Custom Javascript
  • Get the users current tab
  • Get the users current highlighted text
  • Trigger a new webpage to be opened
  • Trigger the creation of a bookmark
  • Change a specific input field on page
  • Change all input fields on page
  • Show alert
  • Get the main language of the page
  • Get the text of a certain element on the current users tab via the element id
  • Get the current pages HTML Source
  • Remove or Add HTMl to the current page

and more!

More info at https://chrome.nocodehq.com

Cheers,
Noel

on March 6, 2022