Visual CSS Editor

Customize any website visually.

Visual CSS Editorคืออะไร?

Visual CSS Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://visualcsseditor.com และคุณลักษณะหลักของมันคือ "Customize any website visually."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Visual CSS Editor

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

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

                        The extension allows you to customize any website without coding. Click on an element and start visual editing. Adjust colors, fonts, sizes, positions, and a lot more. Take full control over your website's design with more than 60 style properties.


Key Features:
- Visual Inspector
- Customize any website visually
- Automatic CSS selectors
- 60+ CSS properties
- Visual Dragging
- Visual margin & padding editing
- Undo/redo history
- Export CSS Styles


Design Assets:
Reach many design assets with one click. Customize any website design to fit your needs!
- 900+ Google fonts
- Unsplash background stock images
- Material and flat color palettes


Design Tools:
The extension provides you advanced tools and ready-to-use libraries for styling websites effortlessly.
- Flexible element inspector
- Single element inspector
- Responsive tool
- Element search tool
- Measuring tool
- Wireframe view
- Design information tool
- Gradient generator


CSS Properties - Text:
- Font Family
- Font Weight
- Color
- Text Shadow
- Font Size
- Line Height
- Font Style
- Text Align
- Text Transform
- Letter Spacing
- Word Spacing
- Text Decoration
- Text Indent
- Word Wrap


CSS Properties - Background:
- Background Color
- Background Image
- Background Clip
- Background Blend Mode
- Background Position
- Background Size
- Background Repeat
- Background Attachment


Other CSS Properties:
- Margin
- Padding
- Border
- Border Radius
- Position
- Width
- Height
- Lists
- Flexbox
- Box Shadow
- Filter
- Transform
- Opacity
- Display
- Cursor
- Float
- Clear
- Visibility
- Pointer Events
- Overflow                    

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

ชื่อ Visual CSS Editor Visual CSS Editor
ID cibffnhhlfippmhdmdkcfecncoaegdkh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/visual-css-editor/cibffnhhlfippmhdmdkcfecncoaegdkh
คำอธิบาย Customize any website visually.
ขนาดไฟล์ 405 KB
จำนวนการติดตั้ง 37,165
เวอร์ชันปัจจุบัน 7.6.0
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2021-04-13
คะแนน 4.17/5 รวมทั้งหมด 58 คะแนน
ผู้พัฒนา https://visualcsseditor.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Visual CSS Editor",
    "description": "Customize any website visually.",
    "version": "7.6.0",
    "action": [],
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/visualcsseditor.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "editor\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}