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 | 
| 官方網址 | 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
    }
}  |  |