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 |
官方網址 | 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" } } |