viewport

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

What is viewport?

viewport is a Chrome extension developed by Robert, and its main feature is "open multi-viewports(webs) in one screen.Save your time while binge-watching".

Extension Screenshots

Download viewport Extension CRX File

Download viewport extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name viewport viewport
ID npgjahajhclmlbijjeekjaodgmokngpp
Official URL https://chromewebstore.google.com/detail/viewport/npgjahajhclmlbijjeekjaodgmokngpp
Description open multi-viewports(webs) in one screen.Save your time while binge-watching
File Size 2.24 MB
Installation Count 146
Current Version 1.1.3
Last Updated 2018-11-01
Publish Date 2018-11-01
Rating 4.50/5 Total 2 Ratings
Developer Robert
Email [email protected]
Payment Type free
Extension Website https://viewport.group
Supported Languages 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"
        }
    }
}