Double Read
This extension will allow you to read in two different columns, which act like independent pages.
什么是Double Read?
Double Read是由Andres Martin Jimenez (artistamultimedia.es)开发的Chrome扩展程序,该扩展的主要功能是“This extension will allow you to read in two different columns, which act like independent pages.”。
扩展截图
下载Double Read扩展crx文件
下载Double Read扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A Chrome extension that will allow you to read websites on two columns (which act like independent pages). IMPORTANT: There's a limitation, websites which don't allow external origin scripts won't load. What's new 1.6: - Now it stops when there's no more to show - Updates scroll on resize - You can scroll from both sides What's new 1.3: - Error message when iframe not possible - Now when you click on a link the other column/frame also updates. - New icon
扩展基本信息
名称 | Double Read |
ID | kcacjknamjmflfkgibhnidhhddiaidao |
官方URL | https://chromewebstore.google.com/detail/double-read/kcacjknamjmflfkgibhnidhhddiaidao |
简介 | This extension will allow you to read in two different columns, which act like independent pages. |
文件大小 | 5.67 KB |
安装次数 | 756 |
当前版本 | 1.6 |
更新时间 | 2014-04-07 |
上架时间 | 2014-04-07 |
评分 | 4.33/5 共15次评分 |
开发者 | Andres Martin Jimenez (artistamultimedia.es) |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Double Read", "version": "1.6", "description": "This extension will allow you to read in two different columns, which act like independent pages.", "icons": { "48": "icon.png" }, "background": { "persistent": false, "scripts": [ "doubleread.js" ] }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": "icon.png" } } |