Double Read
This extension will allow you to read in two different columns, which act like independent pages.
Was ist Double Read?
Double Read ist eine Chrome-Erweiterung, die von Andres Martin Jimenez (artistamultimedia.es) entwickelt wurde, und ihr Hauptmerkmal ist "This extension will allow you to read in two different columns, which act like independent pages.".
Erweiterungsscreenshots
Double Read-Erweiterungs-CRX-Datei herunterladen
Laden Sie Double Read-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Double Read |
ID | kcacjknamjmflfkgibhnidhhddiaidao |
Offizielle URL | https://chromewebstore.google.com/detail/double-read/kcacjknamjmflfkgibhnidhhddiaidao |
Beschreibung | This extension will allow you to read in two different columns, which act like independent pages. |
Dateigröße | 5.67 KB |
Installationsanzahl | 756 |
Aktuelle Version | 1.6 |
Letztes Update | 2014-04-07 |
Veröffentlichungsdatum | 2014-04-07 |
Bewertung | 4.33/5 Insgesamt 15 Bewertungen |
Entwickler | Andres Martin Jimenez (artistamultimedia.es) |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |