Shake-a-tron
Let's shake it!
Shake-a-tronคืออะไร?
Shake-a-tron เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lanjelin และคุณลักษณะหลักของมันคือ "Let's shake it!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shake-a-tron
ดาวน์โหลดไฟล์ส่วนขยาย Shake-a-tron ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Whenever a key is pressed, or the scrollwheel is used, any active window will tilt just a wee bit, enought to be extremely annoying. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | jlhdlgabjamboakeokgkilijbmoknlje |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/shake-a-tron/jlhdlgabjamboakeokgkilijbmoknlje |
| คำอธิบาย | Let's shake it! |
| ขนาดไฟล์ | 37.64 KB |
| จำนวนการติดตั้ง | 11 |
| เวอร์ชันปัจจุบัน | 1.0 |
| อัปเดตครั้งล่าสุด | 2015-12-28 |
| วันที่เผยแพร่ | 2015-12-27 |
| คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | Lanjelin |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Shake-a-tron",
"version": "1.0",
"description": "Let's shake it!",
"icons": {
"16": "icon-24.png",
"48": "icon-50.png",
"128": "icon-100.png"
},
"manifest_version": 2,
"content_scripts": [
{
"js": [
"jquery-2.0.2.min.js",
"shake.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
]
} | |