Chrome Neko

The program chrome neko creates a cute cat.

什么是Chrome Neko?

Chrome Neko是由tk555开发的Chrome扩展程序,该扩展的主要功能是“The program chrome neko creates a cute cat.”。

扩展截图

screenshot
screenshot
screenshot

下载Chrome Neko扩展crx文件

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

扩展使用说明

                        このプログラムはユーザーを癒やす猫を出現させます。

大体のサイトで動作しますが時々動作しないサイト(Chrome web store,office.com,etc...)があります。

cf. https://github.com/tk555/ChromeNeko

(追記2017/11/14 verson1.0.0)
1.Option pageにBlack list追加
2.爪とぎ(Scratching)追加
(追記2017/11/16 verson1.0.1)
1.bugfix...
(追記2018/12/2 verson1.0.2)
1.bugfix...

---TODO
1.そのページで動作を止められるようにすること。                    

扩展基本信息

名称 Chrome Neko Chrome Neko
ID bhpdbljgdjjakkjfekalhcbedehkfdgh
官方URL https://chromewebstore.google.com/detail/chrome-neko/bhpdbljgdjjakkjfekalhcbedehkfdgh
简介 The program chrome neko creates a cute cat.
文件大小 939 KB
安装次数 247
当前版本 1.0.2
更新时间 2018-12-27
上架时间 2018-12-26
评分 3.82/5 共17次评分
开发者 tk555
付费类型 free
支持的语言 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Neko",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "The program chrome neko creates a cute cat.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/oneko.js"
            ]
        }
    ],
    "options_page": "html\/options\/options.html",
    "web_accessible_resources": [
        "src\/oneko.js",
        "img\/*.png",
        "\/html\/options\/options.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/platform.twitter.com; object-src 'self'",
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "optional_permissions": [
        "webRequest",
        "webNavigation",
        "http:\/\/twitter.com\/*",
        "https:\/\/twitter.com\/*"
    ],
    "icons": {
        "16": "img\/awake.png",
        "48": "img\/awake.png",
        "128": "img\/awake.png"
    }
}