Gridlock

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

Τι είναι το Gridlock;

Το Gridlock είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Hukacikanaka, και η κύρια λειτουργία του είναι "Applies dynamic symmetry grids to all images and videos on a page".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Gridlock

Λήψη αρχείων επέκτασης Gridlock σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Gridlock Gridlock
ID ihiopdbmojdmojglpehiphmckhkbdekn
Επίσημο URL https://chromewebstore.google.com/detail/gridlock/ihiopdbmojdmojglpehiphmckhkbdekn
Περιγραφή Applies dynamic symmetry grids to all images and videos on a page
Μέγεθος Αρχείου 115 KB
Αριθμός Εγκαταστάσεων 44
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2020-07-25
Ημερομηνία Δημοσίευσης 2020-07-01
Αξιολόγηση 4.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Hukacikanaka
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://twitter.com/hukaplays/
Υποστηριζόμενες Γλώσσες 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
}