Guides

This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned

什么是Guides?

Guides是由Stefano Vollono开发的Chrome扩展程序,该扩展的主要功能是“This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned”。

扩展截图

screenshot

下载Guides扩展crx文件

下载Guides扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements in the page are correctly aligned.

1. ESC key or click on browser icon to exit/enter the application.
2. Double click on a ruler to create a new guide.
3. Double click on a guide to delete it.                    

扩展基本信息

名称 Guides Guides
ID hfpokjeoalngkknelljbenaobinichjf
官方URL https://chromewebstore.google.com/detail/guides/hfpokjeoalngkknelljbenaobinichjf
简介 This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned
文件大小 14.65 KB
安装次数 2,014
当前版本 2.1.1
更新时间 2022-03-22
上架时间 2017-06-24
评分 4.20/5 共10次评分
开发者 Stefano Vollono
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/StefanoVollono/guides
帮助页面URL https://github.com/StefanoVollono/guides/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Guides",
    "description": "This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned",
    "version": "2.1.1",
    "homepage_url": "https:\/\/github.com\/StefanoVollono\/guides",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "19": "images\/icons\/icon19.png",
            "48": "images\/icons\/icon48.png",
            "128": "images\/icons\/icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/hruler.png",
                "images\/vruler.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}