Side|Side

Load sites—side by side

Cos'è Side|Side?

Side|Side è un'estensione di Chrome sviluppata da http://kenfrederick.de, e la sua funzione principale è "Load sites—side by side".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Side|Side

Scarica i file di estensione Side|Side in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Side|Side Side|Side
ID bobidkladfnoamglfgpnllbkhjlhjlfb
URL Ufficiale https://chrome.google.com/webstore/detail/sideside/bobidkladfnoamglfgpnllbkhjlhjlfb
Descrizione Load sites—side by side
Dimensione del File 80.95 KB
Conteggio Installazioni 1,000
Versione Corrente 0.6.17
Ultimo Aggiornamento 2022-01-24
Data di Pubblicazione 2018-07-14
Valutazione 4.29/5 Totale 17 Valutazioni
Sviluppatore http://kenfrederick.de
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://github.com/frederickk/side-by-side/
URL della Pagina di Aiuto https://github.com/frederickk/side-by-side/issues
Lingue Supportate 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",
        "*:\/\/*\/*"
    ]
}