viewport

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

O que é viewport?

viewport é uma extensão do Chrome desenvolvida por Robert, e sua principal característica é "open multi-viewports(webs) in one screen.Save your time while binge-watching".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão viewport

Baixe arquivos de extensão viewport no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome viewport viewport
ID npgjahajhclmlbijjeekjaodgmokngpp
URL Oficial https://chromewebstore.google.com/detail/viewport/npgjahajhclmlbijjeekjaodgmokngpp
Descrição open multi-viewports(webs) in one screen.Save your time while binge-watching
Tamanho do Arquivo 2.24 MB
Contagem de Instalações 146
Versão Atual 1.1.3
Última Atualização 2018-11-01
Data de Publicação 2018-11-01
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor Robert
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://viewport.group
Idiomas Suportados 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"
        }
    }
}