Rain Tab
Replaces new tab with rain, a light, and a clock. That's what you get.
Rain Tabคืออะไร?
Rain Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย danielckesler และคุณลักษณะหลักของมันคือ "Replaces new tab with rain, a light, and a clock. That's what you get."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rain Tab
ดาวน์โหลดไฟล์ส่วนขยาย Rain Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
For those of us who enjoy a good rain, but just can't get outside to see one. jQuery, CSS Animation, Canvas, AngularJS.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jlaalbcacighlmcfgggnkloahkohfddl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/rain-tab/jlaalbcacighlmcfgggnkloahkohfddl |
คำอธิบาย | Replaces new tab with rain, a light, and a clock. That's what you get. |
ขนาดไฟล์ | 363 KB |
จำนวนการติดตั้ง | 143 |
เวอร์ชันปัจจุบัน | 0.0.7 |
อัปเดตครั้งล่าสุด | 2015-02-11 |
วันที่เผยแพร่ | 2015-02-11 |
คะแนน | 4.74/5 รวมทั้งหมด 19 คะแนน |
ผู้พัฒนา | danielckesler |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rain Tab", "description": "Replaces new tab with rain, a light, and a clock. That's what you get.", "version": "0.0.7", "manifest_version": 2, "permissions": [ "management" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "imgs\/icon16.png", "48": "imgs\/icon48.png", "128": "imgs\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |