4D move tool

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

ما هو 4D move tool؟

4D move tool هو إضافة Chrome تم تطويرها بواسطة mozg4d، والميزة الرئيسية لها هي "change style=left: x px; top: y px".

تحميل ملف CRX للإضافة 4D move tool

قم بتنزيل ملفات الامتداد 4D move tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}