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
电子邮箱 [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"
    }
}