Wandering Cat

The cat wanders

什麼是Wandering Cat?

Wandering Cat是由willmccambley開發的Chrome擴展程式,該擴展的主要功能是“The cat wanders”。

擴展截圖

screenshot
screenshot

下載Wandering Cat擴展crx文件

下載Wandering Cat擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension creates an 8-bit cat that will walk randomly around your browser. You can double click to remove the cat.                    

擴展基本資訊

名稱 Wandering Cat Wandering Cat
ID fekmcdeljonllillnbjhophkhnjhhjpd
官方網址 https://chromewebstore.google.com/detail/wandering-cat/fekmcdeljonllillnbjhophkhnjhhjpd
簡介 The cat wanders
檔案大小 165 KB
安裝次數 193
目前版本 2.01
更新時間 2021-12-01
上架時間 2021-11-30
評分 5.00/5 共 3 次評分
開發者 willmccambley
電子郵箱 [email protected]
付費類型 free
擴展官網 https://sedoc.codes
說明頁面URL https://github.com/WillCMcC/cat_wanderer
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wandering Cat",
    "description": "The cat wanders",
    "version": "2.01",
    "permissions": [],
    "browser_action": {
        "default_icon": "img\/F_SIT.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/catman.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "lib\/onload.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*"
    ]
}