Tommy

Tommy Nook occasionally chimes in.

什么是Tommy?

Tommy是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Tommy Nook occasionally chimes in.”。

扩展截图

screenshot

下载Tommy扩展crx文件

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

扩展使用说明

                        This extension will occasionally insert small text repeating the last word of a paragraph, just like when talking to Timmy and Tommy from Animal Crossing.

It specifically looks for 

elements, so will not function on any site that does not use those.

扩展基本信息

名称 Tommy Tommy
ID higclgihaoclpabfngjkpihkkdfbgihh
官方URL https://chromewebstore.google.com/detail/tommy/higclgihaoclpabfngjkpihkkdfbgihh
简介 Tommy Nook occasionally chimes in.
文件大小 22.33 KB
安装次数 1,870
当前版本 1.0
更新时间 2020-04-28
上架时间 2020-04-26
评分 4.29/5 共17次评分
开发者 Unknown
付费类型 free
帮助页面URL https://github.com/csklimowski/tommy-extension
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tommy",
    "version": "1.0",
    "description": "Tommy Nook occasionally chimes in.",
    "icons": {
        "16": "icons\/tommy-16.png",
        "48": "icons\/tommy-48.png",
        "128": "icons\/tommy-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "tommy.js"
            ],
            "run_at": "document_idle"
        }
    ]
}