CSS Spider

The fastest and easiest way to check, copy and edit CSS

CSS Spider क्या है?

CSS Spider https://cssspider.fresalabs.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The fastest and easiest way to check, copy and edit CSS"।

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

screenshot
screenshot

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

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

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

                        The fastest and easiest way to check, copy and edit CSS and forget about inspect element for CSS                    

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

नाम CSS Spider CSS Spider
ID eneakgbflmejjpkogbdmebjbfcdebjik
आधिकारिक URL https://chromewebstore.google.com/detail/css-spider/eneakgbflmejjpkogbdmebjbfcdebjik
विवरण The fastest and easiest way to check, copy and edit CSS
फ़ाइल का आकार 2.08 MB
स्थापना संख्या 1,657
वर्तमान संस्करण 1.2
अंतिम अपडेट 2020-11-27
प्रकाशन तिथि 2020-10-20
रेटिंग 4.75/5 कुल 4 रेटिंग्स
डेवलपर https://cssspider.fresalabs.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://cssspider.fresalabs.com/
सहायता पृष्ठ URL https://cssspider.fresalabs.com/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "CSS-Spider",
    "name": "CSS Spider",
    "version": "1.2",
    "description": "The fastest and easiest way to check, copy and edit CSS",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Css Spider"
    },
    "icons": {
        "128": "logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}