Gridlock

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

Cos'è Gridlock?

Gridlock è un'estensione di Chrome sviluppata da Hukacikanaka, e la sua funzione principale è "Applies dynamic symmetry grids to all images and videos on a page".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Gridlock

Scarica i file di estensione Gridlock in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Gridlock Gridlock
ID ihiopdbmojdmojglpehiphmckhkbdekn
URL Ufficiale https://chromewebstore.google.com/detail/gridlock/ihiopdbmojdmojglpehiphmckhkbdekn
Descrizione Applies dynamic symmetry grids to all images and videos on a page
Dimensione del File 115 KB
Conteggio Installazioni 44
Versione Corrente 1.0.1
Ultimo Aggiornamento 2020-07-25
Data di Pubblicazione 2020-07-01
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore Hukacikanaka
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://twitter.com/hukaplays/
Lingue Supportate 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
}