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 là gì?

No-Inspect Web Editor - text & Images là một tiện ích mở rộng Chrome được phát triển bởi ManWithTooMuchTime, và tính năng chính của nó là "Replace the need of using inspect element. Perfect for designers, managers & marketers. No tech skills needed!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng No-Inspect Web Editor - text & Images

Tải xuống các tệp mở rộng No-Inspect Web Editor - text & Images dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên No-Inspect Web Editor - text & Images No-Inspect Web Editor - text & Images
ID ehbpafejfeblbmmggefifmoenllbnmda
URL Chính Thức https://chromewebstore.google.com/detail/no-inspect-web-editor-tex/ehbpafejfeblbmmggefifmoenllbnmda
Mô tả Replace the need of using inspect element. Perfect for designers, managers & marketers. No tech skills needed!
Kích Thước Tệp 9.76 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-05-14
Ngày Phát Hành 2023-05-14
Nhà Phát Triển ManWithTooMuchTime
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}