Bootstrap 4 Viewport

Detects and shows (XL, LG, MD, SM, Col) values depending on the window width.

O que é Bootstrap 4 Viewport?

Bootstrap 4 Viewport é uma extensão do Chrome desenvolvida por JMendoza.es, e sua principal característica é "Detects and shows (XL, LG, MD, SM, Col) values depending on the window width.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Bootstrap 4 Viewport

Baixe arquivos de extensão Bootstrap 4 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

                        A small icon will show up indicating the current viewport code. When rescalating the window, the icon will stay visible all the time to give you the exact Bootstrap 4 resolution you're using in that moment. You can easily move it to place the indicator in the position that best suits for you. The position will be saved and kept for future website loads. The icon will only show up whenever a Bootstrap 4 website is loaded, if not it won't be shown to prevent confussion.                    

Informações Básicas da Extensão

Nome Bootstrap 4 Viewport Bootstrap 4 Viewport
ID pdcejjpmicbdgdoioalhmjmhonbaobjm
URL Oficial https://chrome.google.com/webstore/detail/bootstrap-4-viewport/pdcejjpmicbdgdoioalhmjmhonbaobjm
Descrição Detects and shows (XL, LG, MD, SM, Col) values depending on the window width.
Tamanho do Arquivo 202 KB
Contagem de Instalações 1,000
Versão Atual 1.1
Última Atualização 2019-04-20
Data de Publicação 2019-04-20
Classificação 2.92/5 Total de 12 Avaliações
Desenvolvedor JMendoza.es
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "name": "Bootstrap 4 Viewport",
    "version": "1.1",
    "description": "Detects and shows (XL, LG, MD, SM, Col) values depending on the window width.",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/content_scripts\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/bootstrap-stack.png",
        "32": "icons\/bootstrap-stack.png",
        "48": "icons\/bootstrap-stack.png",
        "128": "icons\/bootstrap-stack.png"
    },
    "page_action": {
        "default_popup": "src\/browser_action\/browser_action.html",
        "default_icon": {
            "16": "icons\/bootstrap-stack.png",
            "32": "icons\/bootstrap-stack.png",
            "48": "icons\/bootstrap-stack.png",
            "128": "icons\/bootstrap-stack.png"
        }
    },
    "manifest_version": 2
}