Cats! Cats Everywhere!
Cats... they're everywhere! Tab+B... it does what it sounds like.
什么是Cats! Cats Everywhere!?
Cats! Cats Everywhere!是由Bob Hensley开发的Chrome扩展程序,该扩展的主要功能是“Cats... they're everywhere! Tab+B... it does what it sounds like.”。
扩展截图
下载Cats! Cats Everywhere!扩展crx文件
下载Cats! Cats Everywhere!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Cats, they're everywhere! Just press Tab+B on any webpage and enjoy the glorious cats.
扩展基本信息
名称 | Cats! Cats Everywhere! |
ID | oilfbkpdgicpkfbfaaapepcgacpndddo |
官方URL | https://chromewebstore.google.com/detail/cats-cats-everywhere/oilfbkpdgicpkfbfaaapepcgacpndddo |
简介 | Cats... they're everywhere! Tab+B... it does what it sounds like. |
文件大小 | 1.81 MB |
安装次数 | 69 |
当前版本 | 1.1.1 |
更新时间 | 2018-08-24 |
上架时间 | 2018-08-24 |
评分 | 5.00/5 共3次评分 |
开发者 | Bob Hensley |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://rcbrayshaw.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cats! Cats Everywhere!", "version": "1.1.1", "description": "Cats... they're everywhere! Tab+B... it does what it sounds like.", "background": { "scripts": [ "jquery-3.3.1.min.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-3.3.1.min.js", "tabby_cats.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon-32.png" }, "web_accessible_resources": [ "cats\/*" ], "manifest_version": 2 } |