Gridlock

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

Gridlock là gì?

Gridlock là một tiện ích mở rộng Chrome được phát triển bởi Hukacikanaka, và tính năng chính của nó là "Applies dynamic symmetry grids to all images and videos on a page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gridlock

Tải xuống các tệp mở rộng Gridlock dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gridlock Gridlock
ID ihiopdbmojdmojglpehiphmckhkbdekn
URL Chính Thức https://chromewebstore.google.com/detail/gridlock/ihiopdbmojdmojglpehiphmckhkbdekn
Mô tả Applies dynamic symmetry grids to all images and videos on a page
Kích Thước Tệp 115 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2020-07-25
Ngày Phát Hành 2020-07-01
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Hukacikanaka
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://twitter.com/hukaplays/
Ngôn Ngữ Được Hỗ Trợ 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
}