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开发的Chrome扩展程序,该扩展的主要功能是“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

下载Word Replacer扩展crx文件

下载Word Replacer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}