Side|Side

Load sites—side by side

什么是Side|Side?

Side|Side是由http://kenfrederick.de开发的Chrome扩展程序,该扩展的主要功能是“Load sites—side by side”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Side|Side扩展crx文件

下载Side|Side扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Side|Side Side|Side
ID bobidkladfnoamglfgpnllbkhjlhjlfb
官方URL https://chrome.google.com/webstore/detail/sideside/bobidkladfnoamglfgpnllbkhjlhjlfb
简介 Load sites—side by side
文件大小 80.95 KB
安装次数 1,000
当前版本 0.6.17
更新时间 2022-01-24
上架时间 2018-07-14
评分 4.29/5 共17次评分
开发者 http://kenfrederick.de
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://github.com/frederickk/side-by-side/
帮助页面URL https://github.com/frederickk/side-by-side/issues
支持的语言 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",
        "*:\/\/*\/*"
    ]
}