Guide lines
Easily check the visual alignment of the page elements.
什么是Guide lines?
Guide lines是由imagentleman (José Antonio Chio)开发的Chrome扩展程序,该扩展的主要功能是“Easily check the visual alignment of the page elements.”。
扩展截图
下载Guide lines扩展crx文件
下载Guide lines扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get a vertical guide (line) and a horizontal guide that follow your mouse and go across the entire viewport. Useful to quickly check the alignment of elements in a page. Icon from https://material.io/tools/icons/
扩展基本信息
名称 | Guide lines |
ID | ghlopmkdjokkoobjieilmddcnaamboln |
官方URL | https://chromewebstore.google.com/detail/guide-lines/ghlopmkdjokkoobjieilmddcnaamboln |
简介 | Easily check the visual alignment of the page elements. |
文件大小 | 9.17 KB |
安装次数 | 999 |
当前版本 | 5 |
更新时间 | 2022-04-06 |
上架时间 | 2018-06-16 |
评分 | 3.00/5 共3次评分 |
开发者 | imagentleman (José Antonio Chio) |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Guide lines", "version": "5", "description": "Easily check the visual alignment of the page elements.", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "b16.png", "24": "b24.png", "32": "b32.png" } }, "permissions": [ "activeTab", "scripting", "storage" ], "minimum_chrome_version": "88" } |