标签: firefox-addon firefox-addon-sdk firefox-reader-view
我在the documentation中列出的任何SDK API中都没有找到任何对Reader View的引用。特别是,只要我的加载项中的切换按钮被选中,我想在页面加载时自动进入Reader View。如何将此消息发送到浏览器?
答案 0 :(得分:1)
要进入阅读器视图,您只需将标签的网址更改为about:reader?url={siteURL},其中{siteURL}将替换为您希望阅读器显示的网页的网址。
about:reader?url={siteURL}
{siteURL}