4D move tool

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

Apa itu 4D move tool?

4D move tool adalah ekstensi Chrome yang dikembangkan oleh mozg4d, dan fitur utamanya adalah "change style=left: x px; top: y px".

Unduh Berkas CRX Ekstensi 4D move tool

Unduh file ekstensi 4D move tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama 4D move tool 4D move tool
ID fdmobnciiglmlpnplipgkdkjiedbimin
URL Resmi https://chrome.google.com/webstore/detail/4d-move-tool/fdmobnciiglmlpnplipgkdkjiedbimin
Deskripsi change style=left: x px; top: y px
Ukuran File 9.71 KB
Jumlah Instalasi 17
Versi Saat Ini 1.5
Terakhir Diperbarui 2018-07-20
Tanggal Publikasi 2018-07-20
Pengembang mozg4d
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}