No-Inspect Web Editor - text & Images

Replace the need of using inspect element. Perfect for designers, managers & marketers. No tech skills needed!

No-Inspect Web Editor - text & Images क्या है?

No-Inspect Web Editor - text & Images ManWithTooMuchTime द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace the need of using inspect element. Perfect for designers, managers & marketers. No tech skills needed!"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में No-Inspect Web Editor - text & Images एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Discover the Instant Web Editor, a user-friendly and straightforward extension that simplifies the process of editing web content, without any bloat features. Experience unparalleled ease of use, as all you need to do is enable "Toggle Global Edit Mode" to get started.

With the Instant Web Editor, effortlessly:

1. Toggle Edit Mode: Activate the simple global check to edit any webpage instantly.
2. Click & Replace Images: Select an image, and a prompt will allow you to swap it with another using just the image URL. No need to dig into the HTML!
3. No Inspect Element: Forget about complicated Inspect Element tools, our extension makes web editing accessible for everyone.
We're continuously working on enhancing the Instant Web Editor experience, with more features in the pipeline. We value your feedback and are always open to reviews to make this product even better.

Transform your workflow with the Instant Web Editor, tailored for UI/UX designers, product managers, marketers, and anyone looking for a seamless way to edit web content. No tech skills required – just install, toggle, and edit!                    

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

नाम No-Inspect Web Editor - text & Images No-Inspect Web Editor - text & Images
ID ehbpafejfeblbmmggefifmoenllbnmda
आधिकारिक URL https://chromewebstore.google.com/detail/no-inspect-web-editor-tex/ehbpafejfeblbmmggefifmoenllbnmda
विवरण Replace the need of using inspect element. Perfect for designers, managers & marketers. No tech skills needed!
फ़ाइल का आकार 9.76 KB
स्थापना संख्या 31
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2023-05-14
प्रकाशन तिथि 2023-05-14
डेवलपर ManWithTooMuchTime
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "No-Inspect Web Editor - text & Images",
    "version": "1.0.0",
    "description": "Replace the need of using inspect element. Perfect for designers, managers & marketers. No tech skills needed!",
    "action": {
        "default_icon": "assets\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}