-
Notifications
You must be signed in to change notification settings - Fork 141
Closed
Labels
Description
Other extensions that run on rendered web pages don't run on the Just Read format. A list of notable extensions that currently have this behavior include:
- Google Dictionary
Vimium- This now supports Just Read- Annotation extensions like Diigo and Scrible
- Text to speech extensions like SpeakIt!
This is due to Just Read creating and using an <iframe>
that uses an about:blank
URL, which the other extensions don't usually recognize. For other extensions to work with Just read, they must include "match_about_blank": true
to their manifest.json
as seen in this thread and manage dynamically created elements.
With that being said, the shared versions of JR pages can support other extensions like any other webpage. See this post for more information.