QuickGrid
Overlay a grid on any page to aid in designing pixel-perfect sites. Code can be found at: https://github.com/rmartinez93/QuickGrid
什么是QuickGrid?
QuickGrid是由@rubencodes开发的Chrome扩展程序,该扩展的主要功能是“Overlay a grid on any page to aid in designing pixel-perfect sites. Code can be found at: https://github.com/rmartinez93/QuickGrid”。
扩展截图
下载QuickGrid扩展crx文件
下载QuickGrid扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension overlays a grid on any page to assist you in designing pixel-perfectly aligned websites. All hover and click events continue to operate as expected despite the overlay, allowing you to see how any events affect alignment. This tool is free to use, and open-source; all code can be found at: https://github.com/rubencodes/QuickGrid Copyright © 2020 Ruben.Codes | Ruben Martinez Jr.
扩展基本信息
名称 | QuickGrid |
ID | pbjjfblpdkpkdkmhkhfjjjmkdpempebm |
官方URL | https://chromewebstore.google.com/detail/quickgrid/pbjjfblpdkpkdkmhkhfjjjmkdpempebm |
简介 | Overlay a grid on any page to aid in designing pixel-perfect sites. Code can be found at: https://github.com/rmartinez93/QuickGrid |
文件大小 | 7.54 KB |
安装次数 | 160 |
当前版本 | 2.0.1 |
更新时间 | 2020-07-15 |
上架时间 | 2015-04-02 |
评分 | 3.00/5 共3次评分 |
开发者 | @rubencodes |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/rubencodes/QuickGrid |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QuickGrid", "description": "Overlay a grid on any page to aid in designing pixel-perfect sites. Code can be found at: https:\/\/github.com\/rmartinez93\/QuickGrid", "version": "2.0.1", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "QuickGrid", "default_icon": "icon-48.png" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |