PageLiner

Create guidelines on websites to check alignment for example.

¿Qué es PageLiner?

PageLiner es una extensión de Chrome desarrollada por pageliner.com, y su función principal es "Create guidelines on websites to check alignment for example.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión PageLiner

Descarga archivos de extensión PageLiner en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre PageLiner PageLiner
ID nepakmljodobhlbbkpobblnifmhclemh
URL Oficial https://chromewebstore.google.com/detail/pageliner/nepakmljodobhlbbkpobblnifmhclemh
Descripción Create guidelines on websites to check alignment for example.
Tamaño del Archivo 379 KB
Cantidad de Instalaciones 12,397
Versión Actual 1.6.7
Última Actualización 2023-04-20
Fecha de Publicación 2020-05-27
Calificación 1.94/5 Total de 162 Calificaciones
Desarrollador pageliner.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://pageliner.com
URL de la Página de Ayuda https://github.com/Crease29/pageliner/blob/master/README.md#features
URL de la Página de Política de Privacidad https://pageliner.com/privacy.html
Idiomas Soportados 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"
    ]
}