OLI Grid CSS

Draws a customizable grid on top of a website. check designs that follow a grid-based layout. Bootstrap,Foundation,Skeleton,Yaml..

O que é OLI Grid CSS?

OLI Grid CSS é uma extensão do Chrome desenvolvida por kushan4157, e sua principal característica é "Draws a customizable grid on top of a website. check designs that follow a grid-based layout. Bootstrap,Foundation,Skeleton,Yaml..".

Baixar o arquivo CRX da Extensão OLI Grid CSS

Baixe arquivos de extensão OLI Grid CSS 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

                                            

Informações Básicas da Extensão

Nome OLI Grid CSS OLI Grid CSS
ID cjgbgacfoeceaeahjbeiedingmdbehgb
URL Oficial https://chrome.google.com/webstore/detail/oli-grid-css/cjgbgacfoeceaeahjbeiedingmdbehgb
Descrição Draws a customizable grid on top of a website. check designs that follow a grid-based layout. Bootstrap,Foundation,Skeleton,Yaml..
Tamanho do Arquivo 12.74 KB
Contagem de Instalações 252
Versão Atual 1
Última Atualização 2017-03-01
Data de Publicação 2017-03-01
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor kushan4157
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Draws a customizable grid on top of a website. check designs that follow a grid-based layout. Bootstrap,Foundation,Skeleton,Yaml..",
    "manifest_version": 2,
    "name": "OLI Grid CSS",
    "short_name": "OLI Grid",
    "version": "1",
    "homepage_url": "http:\/\/www.kushan.info",
    "icons": {
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "content_scripts\/grid.css"
            ],
            "js": [
                "content_scripts\/grid.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "48": "icons\/icon-48.png",
            "64": "icons\/icon-64.png",
            "128": "icons\/icon-128.png"
        },
        "default_title": "Toggle GRID",
        "default_popup": "popup\/config.html"
    }
}