Gridlock

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

什麼是Gridlock?

Gridlock是由Hukacikanaka開發的Chrome擴展程式,該擴展的主要功能是“Applies dynamic symmetry grids to all images and videos on a page”。

擴展截圖

screenshot
screenshot
screenshot

下載Gridlock擴展crx文件

下載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
官方網址 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
}