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!”。
擴展截圖
下載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!                     擴展基本資訊
| 名稱 |   |  
| ID | gmeebnjijjipdpdddiaeicpknfekhinb | 
| 官方網址 | 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 | 
| 電子郵箱 | [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"
    }
}  |  |