Grids & Rulers
Create grids and rulers overlays to help develop your web applications
什么是Grids & Rulers?
Grids & Rulers是由https://jeremie.patonnier.net开发的Chrome扩展程序,该扩展的主要功能是“Create grids and rulers overlays to help develop your web applications”。
扩展截图
下载Grids & Rulers扩展crx文件
下载Grids & Rulers扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Grids & Ruler is an extension that add a new panel to Chrome developer tools. That panel let you create and manage overlays on pages that provide you visual hints to develop you web app layouts.
扩展基本信息
名称 | Grids & Rulers |
ID | kaippllfihpjicemabbbcljbmcpccabl |
官方URL | https://chromewebstore.google.com/detail/grids-rulers/kaippllfihpjicemabbbcljbmcpccabl |
简介 | Create grids and rulers overlays to help develop your web applications |
文件大小 | 31.24 KB |
安装次数 | 4,203 |
当前版本 | 2.0 |
更新时间 | 2020-05-22 |
上架时间 | 2020-05-22 |
评分 | 5.00/5 共3次评分 |
开发者 | https://jeremie.patonnier.net |
付费类型 | free |
扩展官网 | https://github.com/JeremiePat/grids-and-rulers |
帮助页面URL | https://github.com/JeremiePat/grids-and-rulers |
支持的语言 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "2.0", "default_locale": "en", "icons": { "16": "img\/icon.16.png", "32": "img\/icon.32.png", "48": "img\/icon.48.png", "64": "img\/icon.64.png", "96": "img\/icon.96.png", "128": "img\/icon.128.png" }, "permissions": [ "storage", "unlimitedStorage" ], "background": { "scripts": [ "lib\/chrome-polyfill.js", "background.js" ] }, "content_scripts": [ { "matches": [ " |