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…

Cos'è Word Replacer?

Word Replacer è un'estensione di Chrome sviluppata da modulusdevs, e la sua funzione principale è "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 dell'Estensione

screenshot

Scarica il file CRX dell'estensione Word Replacer

Scarica i file di estensione Word Replacer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Word Replacer Word Replacer
ID hfpjfkbenhdblefkfdlccgkagcfmkadk
URL Ufficiale https://chromewebstore.google.com/detail/word-replacer/hfpjfkbenhdblefkfdlccgkagcfmkadk
Descrizione 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…
Dimensione del File 9.34 KB
Conteggio Installazioni 1,140
Versione Corrente 0.3
Ultimo Aggiornamento 2020-06-12
Data di Pubblicazione 2020-06-12
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore modulusdevs
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/milnorms/word-replacer-chrome
URL della Pagina di Aiuto https://github.com/milnorms/word-replacer-chrome
Lingue Supportate 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"
    }
}