GriDesign
This extension adds a grid on web pages in order to check fixed and fluid page layout.
O que é GriDesign?
GriDesign é uma extensão do Chrome desenvolvida por https://www.gmtoppi.com, e sua principal característica é "This extension adds a grid on web pages in order to check fixed and fluid page layout.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GriDesign
Baixe arquivos de extensão GriDesign 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
GriDesign is an extenstion that let you visually test your web page design using a generated grid. The grid is under your control by writing JSON files. Use your grid simply dropping your file. It supports both fixed and fluid layout.
Informações Básicas da Extensão
Nome | GriDesign |
ID | iefpnenakcpfakjlbjdheejobjlfejbf |
URL Oficial | https://chromewebstore.google.com/detail/gridesign/iefpnenakcpfakjlbjdheejobjlfejbf |
Descrição | This extension adds a grid on web pages in order to check fixed and fluid page layout. |
Tamanho do Arquivo | 17.75 KB |
Contagem de Instalações | 12 |
Versão Atual | 0.12 |
Última Atualização | 2013-08-12 |
Data de Publicação | 2013-08-12 |
Desenvolvedor | https://www.gmtoppi.com |
Tipo de Pagamento | free |
Site da Extensão | http://gmtoppi.com/gridesign/help_howto.html |
URL da Página de Ajuda | http://gmtoppi.com/gridesign/help_howto.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GriDesign", "description": "This extension adds a grid on web pages in order to check fixed and fluid page layout.", "version": "0.12", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "content.css" ], "js": [ "content.js" ] } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |