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…
What is Word Replacer?
Word Replacer is a Chrome extension developed by modulusdevs, and its main feature 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…".
Extension Screenshots
Download Word Replacer Extension CRX File
Download Word Replacer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Word Replacer |
ID | hfpjfkbenhdblefkfdlccgkagcfmkadk |
Official URL | https://chromewebstore.google.com/detail/word-replacer/hfpjfkbenhdblefkfdlccgkagcfmkadk |
Description | 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… |
File Size | 9.34 KB |
Installation Count | 1,140 |
Current Version | 0.3 |
Last Updated | 2020-06-12 |
Publish Date | 2020-06-12 |
Rating | 2.33/5 Total 3 Ratings |
Developer | modulusdevs |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/milnorms/word-replacer-chrome |
Help Page URL | https://github.com/milnorms/word-replacer-chrome |
Supported Languages | 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" } } |