Edit Webpage

Edit any webpage and make websites editable

Edit Webpage क्या है?

Edit Webpage centpage.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Edit any webpage and make websites editable"।

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

screenshot

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

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

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

                        Edit any webpage with this one-click extension.
Just click the icon on any website to start editing the contents on the website.

Can also be a cool way to trick your friends into making them believe that you've hacked the website. The changes are visible is until the page is reloaded again.                    

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

नाम Edit Webpage Edit Webpage
ID dcemlmncjcljhjfbijimcamijgfdgieb
आधिकारिक URL https://chromewebstore.google.com/detail/edit-webpage/dcemlmncjcljhjfbijimcamijgfdgieb
विवरण Edit any webpage and make websites editable
फ़ाइल का आकार 12.55 KB
स्थापना संख्या 4,799
वर्तमान संस्करण 1.1
अंतिम अपडेट 2019-10-03
प्रकाशन तिथि 2019-10-03
रेटिंग 4.20/5 कुल 10 रेटिंग्स
डेवलपर centpage.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://ritwick.com
गोपनीयता नीति पृष्ठ URL http://centpage.com/privacy-policy.php
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Edit Webpage"
    },
    "name": "Edit Webpage",
    "description": "Edit any webpage and make websites editable",
    "homepage_url": "https:\/\/ritwick.com\/#\/tools",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "version": "1.1",
    "manifest_version": 2
}