Tabby Cat - New cats with each new tab
Brighten your day with a cat picture every time you open a tab.
什么是Tabby Cat - New cats with each new tab?
Tabby Cat - New cats with each new tab是由https://isaacwinters.com开发的Chrome扩展程序,该扩展的主要功能是“Brighten your day with a cat picture every time you open a tab.”。
扩展截图
下载Tabby Cat - New cats with each new tab扩展crx文件
下载Tabby Cat - New cats with each new tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
You need some more kitty in your life. Tabby Cat shows you a new cat every time you open a new tab. 扩展基本信息
| 名称 | |
| ID | eglbilcojjagfhgfibibgabkehpbocoa |
| 官方URL | https://chromewebstore.google.com/detail/tabby-cat-new-cats-with-e/eglbilcojjagfhgfibibgabkehpbocoa |
| 简介 | Brighten your day with a cat picture every time you open a tab. |
| 文件大小 | 11.95 KB |
| 安装次数 | 848 |
| 当前版本 | 1.03 |
| 更新时间 | 2023-03-02 |
| 上架时间 | 2020-12-23 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://isaacwinters.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tabby Cat - New cats with each new tab",
"description": "Brighten your day with a cat picture every time you open a tab.",
"version": "1.03",
"chrome_url_overrides": {
"newtab": "newpage.html"
},
"permissions": [
"storage"
],
"background": {
"scripts": [
"background.js",
"async-chrome-storage.js"
],
"persistent": false
}
} | |