4D move tool

change style=left: x px; top: y px

4D move toolとは何ですか?

4D move toolはmozg4dによって開発されたChromeの拡張機能で、その主な機能は「change style=left: x px; top: y px」です。

4D move tool拡張機能のCRXファイルをダウンロード

4D move tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        IMPORTANT! Allow access to file URLs in extension settings

Click extension icon to move webpage items that have
Style="position:absolute; left:px/%; top:px/%"

To save changes: in Developer tools (inspect) --> Elements: right click root element
() and select: Copy --> Copy outer HTML                    

拡張機能の基本情報

名前 4D move tool 4D move tool
ID fdmobnciiglmlpnplipgkdkjiedbimin
公式URL https://chrome.google.com/webstore/detail/4d-move-tool/fdmobnciiglmlpnplipgkdkjiedbimin
説明 change style=left: x px; top: y px
ファイルサイズ 9.71 KB
インストール数 17
現在のバージョン 1.5
最終更新日 2018-07-20
公開日 2018-07-20
開発者 mozg4d
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "4D move tool",
    "description": "change style=left: x px; top: y px",
    "version": "1.5",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "128.png"
    },
    "permissions": [
        ""
    ],
    "icons": {
        "128": "128.png"
    }
}