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
公式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
Eメール [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
}