Word Replacer

Word replacer is a chrome browser extension built for replacing one word in a body of text with another. The user can also copy the…

Word Replacer क्या है?

Word Replacer modulusdevs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Word replacer is a chrome browser extension built for replacing one word in a body of text with another. The user can also copy the…"।

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

screenshot

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

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

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

                        Word replacer is a chrome browser extension built for replacing one word in a body of text with another. The user can also copy the new body of text to the clipboard. This works well in situations where you quickly need one word replaced in a body of text.                    

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

नाम Word Replacer Word Replacer
ID hfpjfkbenhdblefkfdlccgkagcfmkadk
आधिकारिक URL https://chromewebstore.google.com/detail/word-replacer/hfpjfkbenhdblefkfdlccgkagcfmkadk
विवरण Word replacer is a chrome browser extension built for replacing one word in a body of text with another. The user can also copy the…
फ़ाइल का आकार 9.34 KB
स्थापना संख्या 1,140
वर्तमान संस्करण 0.3
अंतिम अपडेट 2020-06-12
प्रकाशन तिथि 2020-06-12
रेटिंग 2.33/5 कुल 3 रेटिंग्स
डेवलपर modulusdevs
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/milnorms/word-replacer-chrome
सहायता पृष्ठ URL https://github.com/milnorms/word-replacer-chrome
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Replacer",
    "version": "0.3",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "content.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Word Replacer"
    }
}