Grid 960

Marcador para ajudar no corte HTML de layouts no sistema GS 960, 12, 16 ou 24 colunas

Was ist Grid 960?

Grid 960 ist eine Chrome-Erweiterung, die von http://agenciageneral.com.br entwickelt wurde, und ihr Hauptmerkmal ist "Marcador para ajudar no corte HTML de layouts no sistema GS 960, 12, 16 ou 24 colunas".

Erweiterungsscreenshots

screenshot
screenshot

Grid 960-Erweiterungs-CRX-Datei herunterladen

Laden Sie Grid 960-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Peço a gentileza de utilizarem o "Feedback" para sugestões e criticas, pois não podemos responder avaliações

Marcador para ajudar no corte HTML de layouts no sistema GS 960, 12, 16 ou 24 colunas

Adicionada a opção de 1380px, que mesmo não sendo do padrão 960, possibilita o desenvolvimento fluido dentro de grids

Sistemas Testados:

- Ubuntu 14.04
- Ubuntu 13.12
- Ubuntu 13.04
- Debian 7
- Debian 8
- Windows 8
- Windows 7
- Windows XP
- Mac Mavericks
- Mac Mountain Lion
- Mac El Captain

Chromes Testados:

- Chrome 35.X
- Chrome 34.X
- Chrome 33.X
- Chrome 32.X
- Chromium 34.X 

Changelog:

- 1.5.0 - Adição do manifest
- 1.4.0 - Adição de uma opção com maior largura para layouts fluidos
- 1.3.0 - Correção do sourceMappingURL jquery-1.10.2.min.map do jquery
- 1.2.0 - Adicionada a funcionalidade de exibir o grid mesmo atualizando a pagina                    

Grundlegende Informationen zur Erweiterung

Name Grid 960 Grid 960
ID jokjpdnhhbkjjenmeccddedgjmffchee
Offizielle URL https://chrome.google.com/webstore/detail/grid-960/jokjpdnhhbkjjenmeccddedgjmffchee
Beschreibung Marcador para ajudar no corte HTML de layouts no sistema GS 960, 12, 16 ou 24 colunas
Dateigröße 49.15 KB
Installationsanzahl 614
Aktuelle Version 1.5
Letztes Update 2016-09-08
Veröffentlichungsdatum 2016-09-08
Bewertung 3.73/5 Insgesamt 15 Bewertungen
Entwickler http://agenciageneral.com.br
Zahlungsart free
Unterstützte Sprachen pt-BR
manifest.json
{
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "grid.html",
        "default_title": ""
    },
    "commands": {
        "toggle-grid-view": {
            "description": "Modifica a grid",
            "suggested_key": {
                "default": "Ctrl+Shift+G",
                "mac": "Command+Shift+G"
            }
        }
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "grid.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Marcador para ajudar no corte HTML de layouts no sistema GS 960, 12, 16 ou 24 colunas",
    "icons": {
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "name": "Grid 960",
    "permissions": [
        "tabs",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.5",
    "author": "Ag\u00eancia General de Desenvolvimento Web"
}