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…

Wat is Word Replacer?

Word Replacer is een Chrome-extensie ontwikkeld door modulusdevs, en de belangrijkste functie is "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…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Word Replacer

Download Word Replacer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Word Replacer Word Replacer
ID hfpjfkbenhdblefkfdlccgkagcfmkadk
Officiële URL https://chromewebstore.google.com/detail/word-replacer/hfpjfkbenhdblefkfdlccgkagcfmkadk
Beschrijving 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…
Bestandsgrootte 9.34 KB
Aantal Installaties 1,140
Huidige Versie 0.3
Laatst Bijgewerkt 2020-06-12
Publicatiedatum 2020-06-12
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar modulusdevs
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/milnorms/word-replacer-chrome
Help Pagina-URL https://github.com/milnorms/word-replacer-chrome
Ondersteunde Talen 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"
    }
}