Goosing Around

Get a little loosey-goosey with your new tab!

Goosing Aroundとは何ですか?

Goosing AroundはallisonIsCodingによって開発されたChromeの拡張機能で、その主な機能は「Get a little loosey-goosey with your new tab!」です。

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

screenshot

Goosing Around拡張機能のCRXファイルをダウンロード

Goosing Around拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Adds goose-features to the chrome new tab. Replaces the cursor with an image of a goose, and makes a goose sound every time you click, and drops an egg upon double-clicking. A wonderfully lighthearted prank to play on your friends, coworkers, or loved ones!                    

拡張機能の基本情報

名前 Goosing Around Goosing Around
ID gmeebnjijjipdpdddiaeicpknfekhinb
公式URL https://chromewebstore.google.com/detail/goosing-around/gmeebnjijjipdpdddiaeicpknfekhinb
説明 Get a little loosey-goosey with your new tab!
ファイルサイズ 1.09 MB
インストール数 988
現在のバージョン 1.1
最終更新日 2021-04-19
公開日 2021-04-19
評価 4.14/5 合計 7 レビュー
開発者 allisonIsCoding
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Goosing Around",
    "short_name": "Goosing",
    "description": "Get a little loosey-goosey with your new tab!",
    "version": "1.1",
    "manifest_version": 3,
    "author": "Allison Jacobs",
    "chrome_url_overrides": {
        "newtab": "\/goosing-around\/styles\/newtab.html"
    },
    "action": {
        "default_icon": {
            "48": "\/goosing-around\/assets\/goose-48.png"
        }
    },
    "icons": {
        "128": "\/goosing-around\/assets\/goose-128.png",
        "48": "\/goosing-around\/assets\/goose-48.png",
        "16": "\/goosing-around\/assets\/goose-16.png"
    }
}