Side|Side

Load sites—side by side

Apa itu Side|Side?

Side|Side adalah ekstensi Chrome yang dikembangkan oleh http://kenfrederick.de, dan fitur utamanya adalah "Load sites—side by side".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Side|Side

Unduh file ekstensi Side|Side dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Side|Side Side|Side
ID bobidkladfnoamglfgpnllbkhjlhjlfb
URL Resmi https://chrome.google.com/webstore/detail/sideside/bobidkladfnoamglfgpnllbkhjlhjlfb
Deskripsi Load sites—side by side
Ukuran File 80.95 KB
Jumlah Instalasi 1,000
Versi Saat Ini 0.6.17
Terakhir Diperbarui 2022-01-24
Tanggal Publikasi 2018-07-14
Penilaian 4.29/5 Total 17 Penilaian
Pengembang http://kenfrederick.de
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://github.com/frederickk/side-by-side/
URL Halaman Bantuan https://github.com/frederickk/side-by-side/issues
Bahasa yang Didukung 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",
        "*:\/\/*\/*"
    ]
}