Sheep it
Have fun with your friends & colleagues with this extension. It will show dancing sheep when loading any webpage.
什麼是Sheep it?
Sheep it是由Micha開發的Chrome擴展程式,該擴展的主要功能是“Have fun with your friends & colleagues with this extension. It will show dancing sheep when loading any webpage.”。
擴展截圖
下載Sheep it擴展crx文件
下載Sheep it擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Have fun with your friends and/or colleagues with this extension. It will show dancing sheep when loading any webpage. The sheep will autmatically disappear after a few seconds.                     擴展基本資訊
| 名稱 |   |  
| ID | kcjhdmkfdeoeiajoimodbdakohnefddk | 
| 官方網址 | https://chromewebstore.google.com/detail/sheep-it/kcjhdmkfdeoeiajoimodbdakohnefddk | 
| 簡介 | Have fun with your friends & colleagues with this extension. It will show dancing sheep when loading any webpage. | 
| 檔案大小 | 13.1 MB | 
| 安裝次數 | 39 | 
| 目前版本 | 1.1.0 | 
| 更新時間 | 2022-05-23 | 
| 上架時間 | 2018-02-16 | 
| 開發者 | Micha | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 支援的語言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "jquery-1.11.1.min.js",
                "sheep.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Have fun with your friends & colleagues with this extension. It will show dancing sheep when loading any webpage.",
    "manifest_version": 3,
    "name": "Sheep it",
    "permissions": [],
    "version": "1.1.0",
    "web_accessible_resources": [
        {
            "resources": [
                "sheep*.gif"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}  |  |