Side|Side
Load sites—side by side
Vad är Side|Side?
Side|Side är en Chrome-tillägg utvecklad av http://kenfrederick.de, och dess huvudfunktion är "Load sites—side by side".
Tilläggsskärmbilder
Ladda ner Side|Side-förlängningens CRX-fil
Ladda ner Side|Side-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | bobidkladfnoamglfgpnllbkhjlhjlfb |
Officiell webbadress | https://chrome.google.com/webstore/detail/sideside/bobidkladfnoamglfgpnllbkhjlhjlfb |
Beskrivning | Load sites—side by side |
Filstorlek | 80.95 KB |
Antal Installationer | 1,000 |
Aktuell Version | 0.6.17 |
Senast Uppdaterad | 2022-01-24 |
Publiceringsdatum | 2018-07-14 |
Betyg | 4.29/5 Totalt 17 Betyg |
Utvecklare | http://kenfrederick.de |
E-post | [email protected] |
Betalningssätt | in_app |
Tilläggswebbplats | https://github.com/frederickk/side-by-side/ |
Hjälpsida URL | https://github.com/frederickk/side-by-side/issues |
Stödda Språk | 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", "*:\/\/*\/*" ] } |