Side|Side
Load sites—side by side
Side|Sideとは何ですか?
Side|Sideはhttp://kenfrederick.deによって開発されたChromeの拡張機能で、その主な機能は「Load sites—side by side」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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", "*:\/\/*\/*" ] } |