Text replacer

You can change any text in any website you want!

什么是Text replacer?

Text replacer是由madmon18开发的Chrome扩展程序,该扩展的主要功能是“You can change any text in any website you want!”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Text replacer扩展crx文件

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

扩展使用说明

                        With this tool you will be able to replace any text in any website you want 
press "Ctrl + b" to insert the words you want to replace
press "Ctrl + Alt + b" to see the words you already replaced
enjoy!                    

扩展基本信息

名称 Text replacer Text replacer
ID omigokpnmglhaplhdemeiaigmojaalba
官方URL https://chromewebstore.google.com/detail/text-replacer/omigokpnmglhaplhdemeiaigmojaalba
简介 You can change any text in any website you want!
文件大小 1.33 MB
安装次数 420
当前版本 1.2
更新时间 2017-12-17
上架时间 2017-12-17
评分 2.20/5 共5次评分
开发者 madmon18
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text replacer",
    "description": "You can change any text in any website you want!",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "yair.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "yair.js"
            ]
        }
    ]
}