Side|Side
Load sites—side by side
What is Side|Side?
Side|Side is a Chrome extension developed by http://kenfrederick.de, and its main feature is "Load sites—side by side".
Extension Screenshots
Download Side|Side Extension CRX File
Download Side|Side extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | bobidkladfnoamglfgpnllbkhjlhjlfb |
Official URL | https://chrome.google.com/webstore/detail/sideside/bobidkladfnoamglfgpnllbkhjlhjlfb |
Description | Load sites—side by side |
File Size | 80.95 KB |
Installation Count | 1,000 |
Current Version | 0.6.17 |
Last Updated | 2022-01-24 |
Publish Date | 2018-07-14 |
Rating | 4.29/5 Total 17 Ratings |
Developer | http://kenfrederick.de |
[email protected] | |
Payment Type | in_app |
Extension Website | https://github.com/frederickk/side-by-side/ |
Help Page URL | https://github.com/frederickk/side-by-side/issues |
Supported Languages | 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", "*:\/\/*\/*" ] } |