Collumned NPR

Read NPR in columns, for a better browsing experience. Use the arrow keys to close columns.

Collumned NPRคืออะไร?

Collumned NPR เป็นส่วนขยายของ Chrome ที่พัฒนาโดย maged และคุณลักษณะหลักของมันคือ "Read NPR in columns, for a better browsing experience. Use the arrow keys to close columns."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Collumned NPR

ดาวน์โหลดไฟล์ส่วนขยาย Collumned NPR ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Read through NPR.org without navigating dozens of tabs. Each story you open will open in a column within the home page. 

You can close the columns by the arrow keys. 'Right' closes the first, 'left' the most recent.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Collumned NPR Collumned NPR
ID cjeedecgjhfakpmggcihobodhagkgfce
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/collumned-npr/cjeedecgjhfakpmggcihobodhagkgfce
คำอธิบาย Read NPR in columns, for a better browsing experience. Use the arrow keys to close columns.
ขนาดไฟล์ 45.01 KB
จำนวนการติดตั้ง 383
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2013-05-11
วันที่เผยแพร่ 2013-05-11
คะแนน 4.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา maged
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Collumned NPR",
    "description": "Read NPR in columns, for a better browsing experience. Use the arrow keys to close columns.",
    "version": "1.0",
    "permissions": [
        "http:\/\/*.npr.org\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.npr.org\/"
            ],
            "css": [
                "columned.css"
            ],
            "js": [
                "jquery.js",
                "script.js",
                "jquery.iframetracker.js"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "down.png",
        "close.png"
    ]
}