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.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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.                    

拡張機能の基本情報

名前 Sheep it Sheep it
ID kcjhdmkfdeoeiajoimodbdakohnefddk
公式URL 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
Eメール [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:\/\/*\/*"
            ]
        }
    ]
}