Another One
This is for when you're doing situps or pushups... another one
Another Oneคืออะไร?
Another One เป็นส่วนขยายของ Chrome ที่พัฒนาโดย atanton และคุณลักษณะหลักของมันคือ "This is for when you're doing situps or pushups... another one"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Another One
ดาวน์โหลดไฟล์ส่วนขยาย Another One ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This useless chrome extension allows the user to open a new tab and hear the motivating command of DJ Khaled. Another One
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Another One |
ID | ffpbomldahncmnmmnadnjhngaiopolmk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/another-one/ffpbomldahncmnmmnadnjhngaiopolmk |
คำอธิบาย | This is for when you're doing situps or pushups... another one |
ขนาดไฟล์ | 24.71 KB |
จำนวนการติดตั้ง | 136 |
เวอร์ชันปัจจุบัน | 100.0 |
อัปเดตครั้งล่าสุด | 2016-03-16 |
วันที่เผยแพร่ | 2016-03-16 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | atanton |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Another One", "description": "This is for when you're doing situps or pushups... another one", "version": "100.0", "manifest_version": 2, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] } } |