Side|Side

Load sites—side by side

Side|Side là gì?

Side|Side là một tiện ích mở rộng Chrome được phát triển bởi http://kenfrederick.de, và tính năng chính của nó là "Load sites—side by side".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Side|Side 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

                        When browsing a page a simple right click (or control + click) will reveal a contextual menu to open the current page within Side by Side.

A discrete options menu is located at the top (or left, depending on orientation) which allows the user to rotate the orientation, flip the position of panes, or add panes.

*Note, this extension relies on iFrames, but not all websites can be loaded via iFrame.                    

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

Tên Side|Side Side|Side
ID bobidkladfnoamglfgpnllbkhjlhjlfb
URL Chính Thức https://chrome.google.com/webstore/detail/sideside/bobidkladfnoamglfgpnllbkhjlhjlfb
Mô tả Load sites—side by side
Kích Thước Tệp 80.95 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 0.6.17
Cập Nhật Lần Cuối 2022-01-24
Ngày Phát Hành 2018-07-14
Đánh Giá 4.29/5 Tổng số 17 Đánh Giá
Nhà Phát Triển http://kenfrederick.de
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://github.com/frederickk/side-by-side/
URL Trang Trợ Giúp https://github.com/frederickk/side-by-side/issues
Ngôn Ngữ Được Hỗ Trợ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "0.6.17",
    "default_locale": "en",
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png",
        "16": "icon-16-system.png"
    },
    "author": "Ken Frederick",
    "background": {
        "persistent": true,
        "scripts": [
            "background.min.js"
        ]
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ]
}