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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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 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"
    }
}