SuperDev Pro

A must-have browser extension for web development.

SuperDev Pro क्या है?

SuperDev Pro https://superdevpro.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A must-have browser extension for web development."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        SuperDev Pro is a 14-in-1 browser extension 🧩 for web development that allows you to inspect, edit and refine any website right within the browser. Works on every website regardless of the frameworks, plugins, libraries, or themes used.

❇️ Features List
*️⃣ CSS Inspector: Inspect or edit website elements.
*️⃣ Live Text Editor: Edit text on a website instantly.
*️⃣ Fonts Changer: Try 1100+ Google and local fonts.
*️⃣ List All Fonts: Identify all fonts used on a website.
*️⃣ Color Picker: Pick colors from a website at pixel level.
*️⃣ Color Palette: Discover all colors used on a website.
*️⃣ Move Element: Easily move website elements.
*️⃣ Delete Element: Delete or hide website elements.
*️⃣ Export Element: Export elements from a website.
*️⃣ Extract Images: Extract any image from a website.
*️⃣ Page Ruler: Measure anything on a website.
*️⃣ Page Outliner: Outline the entire website or an HTML tag.
*️⃣ Image Replacer: Replace website images with local images.
*️⃣ Take Screenshot: Capture different types of screenshots.                    

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

नाम SuperDev Pro SuperDev Pro
ID jlkikimlceonbmfjieipbonnglnlchhl
आधिकारिक URL https://chromewebstore.google.com/detail/superdev-pro/jlkikimlceonbmfjieipbonnglnlchhl
विवरण A must-have browser extension for web development.
फ़ाइल का आकार 6.15 MB
स्थापना संख्या 4,018
वर्तमान संस्करण 3.4.7
अंतिम अपडेट 2024-02-26
प्रकाशन तिथि 2022-10-17
रेटिंग 4.78/5 कुल 18 रेटिंग्स
डेवलपर https://superdevpro.com
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://superdevpro.com/
सहायता पृष्ठ URL https://superdevpro.com/contact
गोपनीयता नीति पृष्ठ URL https://superdevpro.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SuperDev Pro",
    "version": "3.4.7",
    "author": "SuperDev Pro",
    "description": "A must-have browser extension for web development.",
    "manifest_version": 3,
    "minimum_chrome_version": "101",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        "contextMenus",
        "tabs",
        "scripting",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "incognito": "split",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "chromeos": "Ctrl+Shift+S",
                "linux": "Ctrl+Shift+S",
                "mac": "Ctrl+Shift+S",
                "windows": "Ctrl+Shift+S"
            }
        }
    },
    "action": {
        "default_title": "SuperDev Pro"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "css": [
                "libs\/css\/fafontfaces.css",
                "css\/contentscript.css"
            ],
            "js": [
                "libs\/js\/jszip.js",
                "libs\/js\/filesaver.js",
                "js\/contentscript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "css\/*",
                "fonts\/*",
                "html\/*",
                "icons\/*",
                "libs\/*"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}