GriDesign
This extension adds a grid on web pages in order to check fixed and fluid page layout.
什么是GriDesign?
GriDesign是由https://www.gmtoppi.com开发的Chrome扩展程序,该扩展的主要功能是“This extension adds a grid on web pages in order to check fixed and fluid page layout.”。
扩展截图
下载GriDesign扩展crx文件
下载GriDesign扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | iefpnenakcpfakjlbjdheejobjlfejbf |
| 官方URL | https://chromewebstore.google.com/detail/gridesign/iefpnenakcpfakjlbjdheejobjlfejbf |
| 简介 | This extension adds a grid on web pages in order to check fixed and fluid page layout. |
| 文件大小 | 17.75 KB |
| 安装次数 | 12 |
| 当前版本 | 0.12 |
| 更新时间 | 2013-08-12 |
| 上架时间 | 2013-08-12 |
| 开发者 | https://www.gmtoppi.com |
| 付费类型 | free |
| 扩展官网 | http://gmtoppi.com/gridesign/help_howto.html |
| 帮助页面URL | http://gmtoppi.com/gridesign/help_howto.html |
| 支持的语言 | 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:\/\/*\/*"
]
} | |