Double Read
This extension will allow you to read in two different columns, which act like independent pages.
Double Read là gì?
Double Read là một tiện ích mở rộng Chrome được phát triển bởi Andres Martin Jimenez (artistamultimedia.es), và tính năng chính của nó là "This extension will allow you to read in two different columns, which act like independent pages.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Double Read
Tải xuống các tệp mở rộng Double Read dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Double Read |
ID | kcacjknamjmflfkgibhnidhhddiaidao |
URL Chính Thức | https://chromewebstore.google.com/detail/double-read/kcacjknamjmflfkgibhnidhhddiaidao |
Mô tả | This extension will allow you to read in two different columns, which act like independent pages. |
Kích Thước Tệp | 5.67 KB |
Số Lần Cài Đặt | 756 |
Phiên Bản Hiện Tại | 1.6 |
Cập Nhật Lần Cuối | 2014-04-07 |
Ngày Phát Hành | 2014-04-07 |
Đánh Giá | 4.33/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | Andres Martin Jimenez (artistamultimedia.es) |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |