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…
Was ist Word Replacer?
Word Replacer ist eine Chrome-Erweiterung, die von modulusdevs entwickelt wurde, und ihr Hauptmerkmal ist "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…".
Erweiterungsscreenshots
Word Replacer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Word Replacer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Word Replacer |
ID | hfpjfkbenhdblefkfdlccgkagcfmkadk |
Offizielle URL | https://chromewebstore.google.com/detail/word-replacer/hfpjfkbenhdblefkfdlccgkagcfmkadk |
Beschreibung | 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… |
Dateigröße | 9.34 KB |
Installationsanzahl | 1,140 |
Aktuelle Version | 0.3 |
Letztes Update | 2020-06-12 |
Veröffentlichungsdatum | 2020-06-12 |
Bewertung | 2.33/5 Insgesamt 3 Bewertungen |
Entwickler | modulusdevs |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/milnorms/word-replacer-chrome |
Hilfeseite URL | https://github.com/milnorms/word-replacer-chrome |
Unterstützte Sprachen | 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" } } |