Goosing Around
Get a little loosey-goosey with your new tab!
Goosing Aroundคืออะไร?
Goosing Around เป็นส่วนขยายของ Chrome ที่พัฒนาโดย allisonIsCoding และคุณลักษณะหลักของมันคือ "Get a little loosey-goosey with your new tab!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Goosing Around
ดาวน์โหลดไฟล์ส่วนขยาย 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"
}
} | |