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 |
官方網址 | 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", "*:\/\/*\/*" ] } |