Gridlock

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

Wat is Gridlock?

Gridlock is een Chrome-extensie ontwikkeld door Hukacikanaka, en de belangrijkste functie is "Applies dynamic symmetry grids to all images and videos on a page".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Gridlock

Download Gridlock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Gridlock Gridlock
ID ihiopdbmojdmojglpehiphmckhkbdekn
Officiële URL https://chromewebstore.google.com/detail/gridlock/ihiopdbmojdmojglpehiphmckhkbdekn
Beschrijving Applies dynamic symmetry grids to all images and videos on a page
Bestandsgrootte 115 KB
Aantal Installaties 44
Huidige Versie 1.0.1
Laatst Bijgewerkt 2020-07-25
Publicatiedatum 2020-07-01
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Hukacikanaka
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://twitter.com/hukaplays/
Ondersteunde Talen 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
}