UI Design

UI Design gives you the ability to edit a web page's CSS. Test out new designs, styles and images without coding

UI Design क्या है?

UI Design danielvwilkinson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "UI Design gives you the ability to edit a web page's CSS. Test out new designs, styles and images without coding"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में UI Design एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Live edit a web page's CSS and styling without touching a line of code.

Quickly try out new images using the Unsplash API, test colors, gradients and fonts or use it as a learning tool to figure out how things like padding and margin affects the layout of your page.

As a developer you can quickly test changes without going into the console or uploading a new stylesheet.

Designers you can do what you do best and try out new design ideas without having to learn CSS.                    

एक्सटेंशन की मूल जानकारी

नाम UI Design UI Design
ID foelobhaomlkojekpgenegcfedbgemej
आधिकारिक URL https://chromewebstore.google.com/detail/ui-design/foelobhaomlkojekpgenegcfedbgemej
विवरण UI Design gives you the ability to edit a web page's CSS. Test out new designs, styles and images without coding
फ़ाइल का आकार 26.09 KB
स्थापना संख्या 1,243
वर्तमान संस्करण 1
अंतिम अपडेट 2020-02-20
प्रकाशन तिथि 2020-02-19
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर danielvwilkinson
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UI Design",
    "short_name": "UI Design",
    "version": "1",
    "manifest_version": 2,
    "description": "UI Design gives you the ability to edit a web page's CSS. Test out new designs, styles and images without coding",
    "content_security_policy": "default-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "ui16.png",
        "48": "ui48.png",
        "128": "ui128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/style.css"
            ]
        }
    ],
    "browser_action": [],
    "permissions": [
        "activeTab"
    ]
}