Smart WebEditor-Drag Edit Record CSS

Drag & Resize elements easy Css manipulation, take & edit screenshots and more

Smart WebEditor-Drag Edit Record CSSคืออะไร?

Smart WebEditor-Drag Edit Record CSS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DevXTeam และคุณลักษณะหลักของมันคือ "Drag & Resize elements easy Css manipulation, take & edit screenshots and more"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smart WebEditor-Drag Edit Record CSS

ดาวน์โหลดไฟล์ส่วนขยาย Smart WebEditor-Drag Edit Record CSS ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        -Drag & Resize element
-Easy CSS viewer and editor
-Take, Edit and Download Schreenshot                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Smart WebEditor-Drag Edit Record CSS Smart WebEditor-Drag Edit Record CSS
ID anfkjmjoklbjhojgkebkicmaogeadgih
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/smart-webeditor-drag-edit/anfkjmjoklbjhojgkebkicmaogeadgih
คำอธิบาย Drag & Resize elements easy Css manipulation, take & edit screenshots and more
ขนาดไฟล์ 780 KB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2020-01-10
วันที่เผยแพร่ 2020-01-06
ผู้พัฒนา DevXTeam
อีเมล [email protected]
ประเภทการชำระเงิน in_app
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart WebEditor-Drag Edit Record CSS",
    "version": "1.1.1",
    "description": "Drag & Resize elements easy Css manipulation, take & edit screenshots and more",
    "manifest_version": 2,
    "icons": {
        "16": "logo.png"
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "index.html?edit=false"
    },
    "options_page": "dist\/options.html",
    "background": {
        "scripts": [
            "dist\/eventPage.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/custlib.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "storage",
        "tabs",
        "*:\/\/*\/*",
        "activeTab"
    ]
}