Gridlock

Applies dynamic symmetry grids to all images and videos on a page

¿Qué es Gridlock?

Gridlock es una extensión de Chrome desarrollada por Hukacikanaka, y su función principal es "Applies dynamic symmetry grids to all images and videos on a page".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Gridlock

Descarga archivos de extensión Gridlock 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

                        Applies dynamic symmetry grids to all images on a page! Great for studying composition on any image across the web!

To use it, simply click the extension icon to apply dynamic symmetry grids to all images and videos on a web page.
Click the icon in the bottom left corner of any grid to split the grid in half!

Works great on ArtStation, Pixiv, Pinterest, DeviantArt, Twitter, Google, YouTube, and more!
If there's ever a site that doesn't work, simply open the image in a new tab, or combine this extension with the Imagus extension!

But what's that you say? You've got an image on your computer that you want to study? Drag that image into Chrome and apply the grid that way!

Now get out there and go crazy with your new grid!                    

Información Básica de la Extensión

Nombre Gridlock Gridlock
ID ihiopdbmojdmojglpehiphmckhkbdekn
URL Oficial https://chromewebstore.google.com/detail/gridlock/ihiopdbmojdmojglpehiphmckhkbdekn
Descripción Applies dynamic symmetry grids to all images and videos on a page
Tamaño del Archivo 115 KB
Cantidad de Instalaciones 44
Versión Actual 1.0.1
Última Actualización 2020-07-25
Fecha de Publicación 2020-07-01
Calificación 4.00/5 Total de 2 Calificaciones
Desarrollador Hukacikanaka
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://twitter.com/hukaplays/
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gridlock",
    "version": "1.0.1",
    "description": "Applies dynamic symmetry grids to all images and videos on a page",
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "*.png",
        "*.PNG"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "jquery.onscreen.min.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "128": "images\/icon128.png"
        },
        "default_title": "Apply\/Remove Grids"
    },
    "icons": {
        "128": "images\/icon128.png"
    },
    "manifest_version": 2,
    "offline_enabled": true
}