Gridlock

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

What is Gridlock?

Gridlock is a Chrome extension developed by Hukacikanaka, and its main feature is "Applies dynamic symmetry grids to all images and videos on a page".

Extension Screenshots

screenshot
screenshot
screenshot

Download Gridlock Extension CRX File

Download Gridlock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Gridlock Gridlock
ID ihiopdbmojdmojglpehiphmckhkbdekn
Official URL https://chromewebstore.google.com/detail/gridlock/ihiopdbmojdmojglpehiphmckhkbdekn
Description Applies dynamic symmetry grids to all images and videos on a page
File Size 115 KB
Installation Count 44
Current Version 1.0.1
Last Updated 2020-07-25
Publish Date 2020-07-01
Rating 4.00/5 Total 2 Ratings
Developer Hukacikanaka
Email [email protected]
Payment Type free
Extension Website https://twitter.com/hukaplays/
Supported Languages 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
}