PageLiner

Create guidelines on websites to check alignment for example.

什么是PageLiner?

PageLiner是由pageliner.com开发的Chrome扩展程序,该扩展的主要功能是“Create guidelines on websites to check alignment for example.”。

扩展截图

screenshot

下载PageLiner扩展crx文件

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

扩展使用说明

                        Google Chrome extension to create guide lines on a website.

GitHub: https://github.com/Crease29/pageliner/
Changelog: https://pageliner.com/#changelog
Features: https://pageliner.com/#features                    

扩展基本信息

名称 PageLiner PageLiner
ID nepakmljodobhlbbkpobblnifmhclemh
官方URL https://chromewebstore.google.com/detail/pageliner/nepakmljodobhlbbkpobblnifmhclemh
简介 Create guidelines on websites to check alignment for example.
文件大小 379 KB
安装次数 12,397
当前版本 1.6.7
更新时间 2023-04-20
上架时间 2020-05-27
评分 1.94/5 共162次评分
开发者 pageliner.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://pageliner.com
帮助页面URL https://github.com/Crease29/pageliner/blob/master/README.md#features
隐私政策页面URL https://pageliner.com/privacy.html
支持的语言 de,en,fr,nl,vi,es,it,hu,pl,sk,sv,cs,bg,ru,th,ar,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_GLOBAL_APP_NAME__",
    "version": "1.6.7",
    "manifest_version": 2,
    "description": "__MSG_GLOBAL_APP_DESCRIPTION__",
    "icons": {
        "16": "icons\/icon_pl_16x16.png",
        "48": "icons\/icon_pl_48x48.png",
        "128": "icons\/icon_pl_128x128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon_pl_19x19.png",
        "default_title": "__MSG_GLOBAL_APP_NAME__",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "js\/jquery\/jquery-ui.min.js",
                "js\/jquery\/jquery.ui.touch-punch.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/js\/jquery\/jquery.min.map"
    ]
}