应用简介
当发现网页上存在大块的文字时,将在地址栏显示阅读器的图标,点击图标即可将网页的大块文字以更适合阅读的方式显示出来。
适合在线看小说的网友使用。
此扩展目前尚不支持兼容模式下的网页。
访问Google扩展发布页
配置文件
Code
1 | {"update_url":"http:\/\/clients2.google.com\/service\/update2\/crx","name":"iReader","version":"1.3.0.3","description":"View news stories and other articles in a very easy to read, clutter-free, scrollable display.","icons":{"128":"assets\/images\/icon-128.png","32":"assets\/images\/icon-32.png","16":"assets\/images\/icon-16.png"},"background_page":"main.html","options_page":"options.html","permissions":["tabs","http:\/\/*\/","https:\/\/*\/"],"page_action":{"default_icon":"assets\/images\/icon-19.png","default_title":"iReader"},"content_scripts":[{"matches":["http:\/\/*\/*","https:\/\/*\/*"],"js":["assets\/scripts\/core.js"],"run_at":"document_end"}]} |