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" } } |