viewport

open multi-viewports(webs) in one screen.Save your time while binge-watching

Apa itu viewport?

viewport adalah ekstensi Chrome yang dikembangkan oleh Robert, dan fitur utamanya adalah "open multi-viewports(webs) in one screen.Save your time while binge-watching".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi viewport

Unduh file ekstensi viewport 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

                        decrease your time on binge-watching!

"viewports" extension is a tool which could open multi-viewports(webs) in one window screen.
which could help to enjoy more webs(videos) at one time, browsing the Internet efficiently,
especially useful in Conference/Hall Superscreen

What and how to use "viewports" extension(video) https://www.youtube.com/embed/XG4VKbja_IM

In order to maintain this extension, I would set license for this extension on Ethernet.
The license smart contract address is : 0xCd5A3b7111b77D0E05c5860f83e19Dd99eA83e10

Tip: without license would not affect any function on this extension, but it is a great support for the developer.                    

Informasi Dasar Ekstensi

Nama viewport viewport
ID npgjahajhclmlbijjeekjaodgmokngpp
URL Resmi https://chromewebstore.google.com/detail/viewport/npgjahajhclmlbijjeekjaodgmokngpp
Deskripsi open multi-viewports(webs) in one screen.Save your time while binge-watching
Ukuran File 2.24 MB
Jumlah Instalasi 146
Versi Saat Ini 1.1.3
Terakhir Diperbarui 2018-11-01
Tanggal Publikasi 2018-11-01
Penilaian 4.50/5 Total 2 Penilaian
Pengembang Robert
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://viewport.group
Bahasa yang Didukung en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.1.3",
    "short": "__MSG_extName__",
    "manifest_version": 2,
    "default_locale": "en",
    "author": "[email protected]",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "icons": {
        "16": "images\/icon-48.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-48.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "images\/icon-48.png"
        }
    }
}