CSS SCANNER

CSS SCANNER lets you Scan, edit and export CSS and HTML to codepen

CSS SCANNER क्या है?

CSS SCANNER https://css-scanner.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "CSS SCANNER lets you Scan, edit and export CSS and HTML to codepen"।

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

screenshot
screenshot
screenshot

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

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

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

                        CSS Scanner helps you scan, edit, and export CSS and HTML from any website.
Whether you're a web developer, designer, or simply someone who wants to understand the code behind a website, CSS Scanner makes it easy to get started. With just one click, you can view the CSS and HTML code for any element on the page, and make changes in real-time. Plus, with the ability to export your edits, you can easily save your changes for later or use them on another project. Try CSS Scanner today and take your website analysis to the next level!                    

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

नाम CSS SCANNER CSS SCANNER
ID kapfpidoiebebadonbeokhclfgapdlcb
आधिकारिक URL https://chromewebstore.google.com/detail/css-scanner/kapfpidoiebebadonbeokhclfgapdlcb
विवरण CSS SCANNER lets you Scan, edit and export CSS and HTML to codepen
फ़ाइल का आकार 2.75 MB
स्थापना संख्या 375
वर्तमान संस्करण 0.2.6
अंतिम अपडेट 2023-10-20
प्रकाशन तिथि 2023-02-12
रेटिंग 2.25/5 कुल 4 रेटिंग्स
डेवलपर https://css-scanner.com
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://css-scanner.com
सहायता पृष्ठ URL https://css-scanner.com
गोपनीयता नीति पृष्ठ URL https://scriptles.web.app/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CSS SCANNER",
    "version": "0.2.6",
    "description": "CSS SCANNER lets you Scan, edit and export CSS and HTML to codepen ",
    "icons": {
        "128": "assets\/img\/128.png",
        "32": "assets\/img\/32.png",
        "64": "assets\/img\/64.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/js\/jquery\/jquery.js",
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": "assets\/img\/128.png",
        "default_title": "CSS SCANNER"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "logo.png",
                "plugin.html",
                "assets\/img\/trash.svg",
                "assets\/img\/copy.svg",
                "assets\/img\/code.svg",
                "assets\/img\/size.svg",
                "img\/font.svg",
                "assets\/img\/close.svg",
                "assets\/img\/options.svg",
                "assets\/img\/pause.svg",
                "assets\/img\/play.svg",
                "assets\/img\/arrow_down.svg",
                "assets\/js\/lines.js",
                "assets\/**\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}