Web Page Editor

Make any webpage into a content document that you can modify from the toolbar!

Web Page Editor क्या है?

Web Page Editor christianhilton64 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make any webpage into a content document that you can modify from the toolbar!"।

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

screenshot

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

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

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

                        The "Web Page Editor" is an add-on that allows you to modify any HTML page.

To utilize this add-on, go to the toolbar popup UI and click on the big toggle button at the left side. The icon changes to blue color when the add-on is turned on. A - Design Mode - notification will appear in the current tab at the top left corner after you've activated the add-on. Now that your document is ready for editing, make any necessary modifications using text editing buttons accessible in the toolbar pop-up UI. After you're finished making changes, turn off the add-on by clicking on it again.

To utilize text-editing tools in the toolbar popup UI, first choose a text and then click on a desired button inside the pop-up.                    

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

नाम Web Page Editor Web Page Editor
ID hjcnckphjmabkomchilpckgebkodebjj
आधिकारिक URL https://chrome.google.com/webstore/detail/web-page-editor/hjcnckphjmabkomchilpckgebkodebjj
विवरण Make any webpage into a content document that you can modify from the toolbar!
फ़ाइल का आकार 228 KB
स्थापना संख्या 101
वर्तमान संस्करण 0.1
अंतिम अपडेट 2022-05-20
प्रकाशन तिथि 2022-05-20
रेटिंग 4.98/5 कुल 44 रेटिंग्स
डेवलपर christianhilton64
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://worldaddons.com/web-page-editor/
सहायता पृष्ठ URL https://worldaddons.com/contact/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "name": "Web Page Editor",
    "manifest_version": 3,
    "offline_enabled": true,
    "short_name": "web-page-editor",
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ],
    "homepage_url": "https:\/\/worldaddons.com\/web-page-editor\/",
    "description": "Make any webpage into a content document that you can modify from the toolbar!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Web Page Editor",
        "default_popup": "resource\/popup\/popup.html",
        "default_icon": {
            "16": "resource\/icons\/16.png",
            "32": "resource\/icons\/32.png",
            "48": "resource\/icons\/48.png",
            "64": "resource\/icons\/64.png"
        }
    },
    "icons": {
        "16": "resource\/icons\/16.png",
        "32": "resource\/icons\/32.png",
        "48": "resource\/icons\/48.png",
        "64": "resource\/icons\/64.png",
        "128": "resource\/icons\/128.png"
    }
}