j-delaney / back-to-backspace

https://chrome.google.com/webstore/detail/back-to-backspace/cldokedgmomhbifmiiogjjkgffhcbaec
MIT License
45 stars 14 forks source link

does not work with frames #26

Open AurelienDX opened 8 years ago

AurelienDX commented 8 years ago

it seems that this extension is not compatible with frames (example : my collection of links). i know, frames are old fashioned ;-)

oslego commented 8 years ago

@j-delaney You'll need to use the all_frames option in the manifest for the content script so that it loads in all frames available on the page.

danbovey commented 7 years ago

Same issue with Polymer as it uses shadow dom. This page https://material.io/icons/ has an input which this extension isn't picking up on.

Accidentally made an issue on Google's repo because I thought it was an error with their site.

https://github.com/google/material-design-icons/issues/562