How to use new Side Panel in Chrome - Chrome Extensions

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

Комментарии • 24

  • @highlighty-theextension8448
    @highlighty-theextension8448 6 месяцев назад +2

    wow, what a great news. didn't know that this api existed. we are going to implement this in our next extension. Keep sharing these!

  • @automateddude
    @automateddude 8 месяцев назад +1

    Thanks a lot for this video. I was searching for this panel!

  • @bashvlas
    @bashvlas Год назад +3

    Yay, new video, thank you!
    This API looks promising, it's like a persistent browser action popup that doesn't close as soon as a user clicks outside.
    This should improve performance a lot, since now chrome extensions can just use the Side Panel instead of injecting their custom UI on every page load.

    • @RustyZone
      @RustyZone  Год назад +1

      For sure will be interesting to see the different ways this can be used! 😃

    • @umairisrar513
      @umairisrar513 Год назад

      Waiting for this feature. Each time when I get the requirement to persist the popup I had to choose new tab which results into loose the user focus or context :)

    • @bashvlas
      @bashvlas Год назад +1

      @@umairisrar513 I feel your pain 😅, often I get requirements to make popup borders round too. I usually just inject an inside the page 😅

    • @umairisrar513
      @umairisrar513 Год назад +1

      @@bashvlas 😃

  • @vistriter
    @vistriter 9 месяцев назад +1

    TabBrew chrome extension already use side panel! It's amazing extension!

  • @mikeshin77
    @mikeshin77 Год назад

    Thanks a lot!! I hope other browsers also adopt this API.

  • @yoshiinatuki
    @yoshiinatuki Месяц назад

    Has this been removed from chrome or am i missing something, the docs for side panel are still up but i don't see a side panel toggle and also tried to trigger it via js but nothing seem to work?

  • @dhaneshmane
    @dhaneshmane 3 месяца назад

    how to keep "chrome extension side panel" open while user is navigating different pages / refresh in same tab.

  • @clickadelic7681
    @clickadelic7681 Год назад

    Thanks a lot for this preview.

  • @rounakbhatia121
    @rounakbhatia121 Месяц назад

    in manifest version 3 it gives error Unrecognized manifest key 'side-panel'.

  • @mimnxkslakdi2748
    @mimnxkslakdi2748 3 месяца назад

    thanks:)

  • @HarshilDholakiya-wy3vp
    @HarshilDholakiya-wy3vp 2 месяца назад

    can you make a video on sidepanel.open() API , to open and close sidepanel ?

  • @mfg110
    @mfg110 4 месяца назад

    My side panel has turned bright red. Windows 11. Do you have any suggestions how to fix this?

  • @Ridderstahl
    @Ridderstahl 10 месяцев назад

    Is there a way to open the sidebar extension through the normal Extension Icon (Avoiding to open then select the dropdown menu)?

  • @theinternet8072
    @theinternet8072 11 месяцев назад

    Thank you for the content! Can you give an update now that it seems to be in the Stable release?

  • @sergiofitch4378
    @sergiofitch4378 4 месяца назад

    I implemented a side panel for one of my chrome extensions and I keep getting a "Uncaught TypeError: Cannot read properties of undefined (reading 'setPanelBehavior')" msg. Doesn't really break the functionality, just looks bad with all these errors piling up. Has anyone else ran into similar issues?

    • @kamesh.k1126
      @kamesh.k1126 2 месяца назад

      me too.did u figure out solution??

  • @anishamoudi3185
    @anishamoudi3185 11 месяцев назад

    the side panel feature is similar to the Microsoft edge side panel

  • @mohdkitt9083
    @mohdkitt9083 9 месяцев назад

    can pin whatsap web to google sidepanel ?

  • @muhammadusman7880
    @muhammadusman7880 Год назад

    Hello Sir can you make a video on how to block adult sites or block URL using Opera Dev Tools

  • @olivierginiaux7466
    @olivierginiaux7466 Год назад

    Oh this is manifest V3 only.... Too bad