Evan Time
Makes the background of your webpage infinitely happier.
Evan Timeคืออะไร?
Evan Time เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stephanie Northway และคุณลักษณะหลักของมันคือ "Makes the background of your webpage infinitely happier."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Evan Time
ดาวน์โหลดไฟล์ส่วนขยาย Evan Time ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Toggles a lovely background GIF for those times when your browsing experience needs a little more of that "dancing engineer" vibe.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kmompemcncebikjjbcmhmonkgogghifl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/evan-time/kmompemcncebikjjbcmhmonkgogghifl |
คำอธิบาย | Makes the background of your webpage infinitely happier. |
ขนาดไฟล์ | 38.83 KB |
จำนวนการติดตั้ง | 17 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2014-12-27 |
วันที่เผยแพร่ | 2014-12-27 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Stephanie Northway |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Evan Time", "description": "Makes the background of your webpage infinitely happier.", "version": "2.0", "permissions": [ "activeTab", "storage" ], "background": { "scripts": [ "jquery-1.11.1.min.js", "background.js" ], "persistent": false }, "browser_action": { "default_icon": "evan.png", "default_title": "Evan Time" } } |