Double Read
This extension will allow you to read in two different columns, which act like independent pages.
Apa itu Double Read?
Double Read adalah ekstensi Chrome yang dikembangkan oleh Andres Martin Jimenez (artistamultimedia.es), dan fitur utamanya adalah "This extension will allow you to read in two different columns, which act like independent pages.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Double Read
Unduh file ekstensi Double Read dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Double Read |
ID | kcacjknamjmflfkgibhnidhhddiaidao |
URL Resmi | https://chromewebstore.google.com/detail/double-read/kcacjknamjmflfkgibhnidhhddiaidao |
Deskripsi | This extension will allow you to read in two different columns, which act like independent pages. |
Ukuran File | 5.67 KB |
Jumlah Instalasi | 756 |
Versi Saat Ini | 1.6 |
Terakhir Diperbarui | 2014-04-07 |
Tanggal Publikasi | 2014-04-07 |
Penilaian | 4.33/5 Total 15 Penilaian |
Pengembang | Andres Martin Jimenez (artistamultimedia.es) |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |