others to otters

Replaces all instances of 'other' with 'otter'.

什么是others to otters?

others to otters是由RRM开发的Chrome扩展程序,该扩展的主要功能是“Replaces all instances of 'other' with 'otter'.”。

扩展截图

screenshot

下载others to otters扩展crx文件

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

扩展使用说明

                        This extension replaces all instances of the word "other" with the word "otter", to make you smile when you least expect it.                    

扩展基本信息

名称 others to otters others to otters
ID ondpmmfoomodhhlpgibmmjfmbolgngmf
官方URL https://chromewebstore.google.com/detail/others-to-otters/ondpmmfoomodhhlpgibmmjfmbolgngmf
简介 Replaces all instances of 'other' with 'otter'.
文件大小 21.25 KB
安装次数 17
当前版本 1.1
更新时间 2017-09-12
上架时间 2017-09-12
评分 5.00/5 共1次评分
开发者 RRM
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "others to otters",
    "short_name": "otters",
    "description": "Replaces all instances of 'other' with 'otter'.",
    "author": "RRM",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}