Easy WebPage Editor

Edit WebPage Content like Microsoft Office Word

Easy WebPage Editor क्या है?

Easy WebPage Editor debugself द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Edit WebPage Content like Microsoft Office Word"।

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

screenshot
screenshot

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

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

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

                        Easy WebPage Editor is a free Chrome extension,allows any website to be edited,used to edit web content  in your Browser.

Edit Mode
When Edit Mode is ON,current webpage will become fully and simply editable as if your browser were a MS Word,you can change existing text on the page,change new font styles (bold, italics) on the text

Delete Mode
When Delete Mode is ON, when you move the mouse, a  blue box will be displayed,  click to delete all the content in the blue box;you can delete HTML elements that cause chaos on the page,For example:table、list、video and so on,these elements are difficult to delete when Edit Mode is ON

Notes:
the changes are only visible on your own machine. You aren't actually altering the website. Your edits will disappear after refreshing the page,You can screenshots the page,or save the modified document in HTML or MHTML or print it to pdf.                    

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

नाम Easy WebPage Editor Easy WebPage Editor
ID onmafkjgockcgciifomkeccldlfieblf
आधिकारिक URL https://chromewebstore.google.com/detail/easy-webpage-editor/onmafkjgockcgciifomkeccldlfieblf
विवरण Edit WebPage Content like Microsoft Office Word
फ़ाइल का आकार 587 KB
स्थापना संख्या 307
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2022-10-23
प्रकाशन तिथि 2022-10-23
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर debugself
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://www.debugself.com/Privacy_Policy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "name": "Easy WebPage Editor",
    "manifest_version": 3,
    "offline_enabled": true,
    "short_name": "webpage-editor",
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ],
    "homepage_url": "https:\/\/www.debugself.com",
    "description": "Edit WebPage Content like Microsoft Office Word",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Easy WebPage Edit",
        "default_popup": "data\/popup\/popup.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}