Split

Splits the screen into two vertical panels for any given web page.

Split là gì?

Split là một tiện ích mở rộng Chrome được phát triển bởi marinehero, và tính năng chính của nó là "Splits the screen into two vertical panels for any given web page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Split

Tải xuống các tệp mở rộng Split dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Split lets you split your screen into two vertical panels. You are able to view the same page side by side which comes in handy when you want to compare content, translate content and so on. 

Click on the Split Screen icon in your browser bar. You now have 2 panels.

Click a second time and it will revert back to single panel mode.

Enjoy!

NOTE: This extension will not work on all pages as it uses framesets and for security reasons, some websites understandingly prohibit this.

Send me feedback to [pereira dot rjp at gmail dot com]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Split Split
ID ikjbemhhmfojpgaphgfogkpfibcjhfgp
URL Chính Thức https://chrome.google.com/webstore/detail/split/ikjbemhhmfojpgaphgfogkpfibcjhfgp
Mô tả Splits the screen into two vertical panels for any given web page.
Kích Thước Tệp 29.51 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2013-11-05
Ngày Phát Hành 2013-11-05
Đánh Giá 1.57/5 Tổng số 23 Đánh Giá
Nhà Phát Triển marinehero
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Split",
    "short_name": "Split",
    "description": "Splits the screen into two vertical panels for any given web page.",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "24": "icon24x24.png",
        "48": "icon48x48.png",
        "72": "icon72x72.png"
    },
    "browser_action": {
        "default_title": "Split",
        "default_icon": "icon48x48.png"
    }
}