Double Read
This extension will allow you to read in two different columns, which act like independent pages.
Что такое Double Read?
Double Read - это расширение Chrome, разработанное Andres Martin Jimenez (artistamultimedia.es), и его основная функция - "This extension will allow you to read in two different columns, which act like independent pages.".
Снимки экрана расширения
Скачать файл CRX расширения Double Read
Скачайте файлы расширений 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" } } |