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 |
| 官方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 |
| 电子邮箱 | [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"
}
} | |