NiftySplit

Splits the screen and loads all links in the second window

NiftySplitคืออะไร?

NiftySplit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bozozo และคุณลักษณะหลักของมันคือ "Splits the screen and loads all links in the second window"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Use NiftySplit to split Chrome into two windows. Any link you click in the left window will load in the right window.

Is this useful? Yes!

You can now browse your favorite website and visit links without losing the main page. No need to use the Back button or open-and-close tabs all the time. This makes browsing websites like Reddit or Wikipedia a thing of pure joy.

Give it a try and let me know what you think!

*** now with multi-monitor support! ***

New in v0.8:
- multi-monitor support
- more awesome all-round

New in v0.7:
- Shift-click to open links in the left-hand window
- Window position can be customized and stored
- Support for taskbar-on-the-left layout
- Support for Incognito windows                    

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

ชื่อ NiftySplit NiftySplit
ID bkmjnlfillpnkgmjnhgklpjjlpjnfeil
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/niftysplit/bkmjnlfillpnkgmjnhgklpjjlpjnfeil
คำอธิบาย Splits the screen and loads all links in the second window
ขนาดไฟล์ 22.64 KB
จำนวนการติดตั้ง 13,081
เวอร์ชันปัจจุบัน 0.8.0
อัปเดตครั้งล่าสุด 2013-12-15
วันที่เผยแพร่ 2013-12-15
คะแนน 3.71/5 รวมทั้งหมด 75 คะแนน
ผู้พัฒนา Bozozo
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NiftySplit",
    "version": "0.8.0",
    "description": "Splits the screen and loads all links in the second window",
    "author": "Arno van den Brink",
    "background": {
        "persistent": true,
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "scripts\/contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png"
    },
    "options_page": "pages\/options.html",
    "permissions": [
        "contextMenus"
    ]
}