Page Text Editor

An editor to edit any webpage inline and live. Reload page to remove changes.

Page Text Editor क्या है?

Page Text Editor Brandon Fowler द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An editor to edit any webpage inline and live. Reload page to remove changes."।

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

screenshot

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

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

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

                        This extension allows to modify the text present on a webpage, these changes aren't saved and can be removed by reloading the webpage.                    

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

नाम Page Text Editor Page Text Editor
ID icjgbammanlfboaodlfeomfpdgndalpa
आधिकारिक URL https://chromewebstore.google.com/detail/page-text-editor/icjgbammanlfboaodlfeomfpdgndalpa
विवरण An editor to edit any webpage inline and live. Reload page to remove changes.
फ़ाइल का आकार 6.19 KB
स्थापना संख्या 1,347
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2023-01-03
प्रकाशन तिथि 2019-06-16
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Brandon Fowler
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Text Editor",
    "version": "2.0.0",
    "description": "An editor to edit any webpage inline and live. Reload page to remove changes.",
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "contextMenus"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "manifest_version": 3
}