4D move tool

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

Co to jest 4D move tool?

4D move tool to rozszerzenie Chrome opracowane przez mozg4d, a jego główną funkcją jest „change style=left: x px; top: y px”.

Pobierz plik CRX rozszerzenia 4D move tool

Pobierz pliki rozszerzeń 4D move tool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa 4D move tool 4D move tool
ID fdmobnciiglmlpnplipgkdkjiedbimin
Oficjalny URL https://chrome.google.com/webstore/detail/4d-move-tool/fdmobnciiglmlpnplipgkdkjiedbimin
Opis change style=left: x px; top: y px
Rozmiar pliku 9.71 KB
Liczba instalacji 17
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2018-07-20
Data Publikacji 2018-07-20
Deweloper mozg4d
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}