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

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Double Read

قم بتنزيل ملفات الامتداد Double Read بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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