viewport

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

viewport란 무엇입니까?

viewport은(는) Robert에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "open multi-viewports(webs) in one screen.Save your time while binge-watching"입니다.

확장 프로그램 스크린샷

viewport 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 viewport viewport
ID npgjahajhclmlbijjeekjaodgmokngpp
공식 URL https://chromewebstore.google.com/detail/viewport/npgjahajhclmlbijjeekjaodgmokngpp
설명 open multi-viewports(webs) in one screen.Save your time while binge-watching
파일 크기 2.24 MB
설치 횟수 146
현재 버전 1.1.3
최근 업데이트 2018-11-01
출시 날짜 2018-11-01
평점 4.50/5 총 2 개의 평점
개발자 Robert
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://viewport.group
지원되는 언어 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"
        }
    }
}