4D move tool

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

What is 4D move tool?

4D move tool is a Chrome extension developed by mozg4d, and its main feature is "change style=left: x px; top: y px".

Download 4D move tool Extension CRX File

Download 4D move tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name 4D move tool 4D move tool
ID fdmobnciiglmlpnplipgkdkjiedbimin
Official URL https://chrome.google.com/webstore/detail/4d-move-tool/fdmobnciiglmlpnplipgkdkjiedbimin
Description change style=left: x px; top: y px
File Size 9.71 KB
Installation Count 17
Current Version 1.5
Last Updated 2018-07-20
Publish Date 2018-07-20
Developer mozg4d
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}