Rainy night
This extension provides a nice 'rain' effect on your splash page.
Rainy nightคืออะไร?
Rainy night เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alexander Harding และคุณลักษณะหลักของมันคือ "This extension provides a nice 'rain' effect on your splash page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rainy night
ดาวน์โหลดไฟล์ส่วนขยาย Rainy night ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The rain effect is live and looks very realistic. The app pulls rainy themed images from an imgur album that I add items to (you can change it to any imgur album, however!). Each time you open a new tab, a random image from the album will load (unless you're offline where a fallback will be used). Please submit new images for the imgur album through the issue tracker on Github! This app is very new, and there's lots of room for improvement! I am probably going to add support for local weather on the page, and conduct an analysis on caching data for faster load upon opening a page. Thanks for looking! :-) Check out the project on Github if you're a developer.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Rainy night |
ID | pogcoeenpkpdchlmloiehcbabfkfjncf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/rainy-night/pogcoeenpkpdchlmloiehcbabfkfjncf |
คำอธิบาย | This extension provides a nice 'rain' effect on your splash page. |
ขนาดไฟล์ | 2.68 MB |
จำนวนการติดตั้ง | 1,077 |
เวอร์ชันปัจจุบัน | 0.2.2 |
อัปเดตครั้งล่าสุด | 2014-09-15 |
วันที่เผยแพร่ | 2014-09-15 |
คะแนน | 4.25/5 รวมทั้งหมด 44 คะแนน |
ผู้พัฒนา | Alexander Harding |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/aeharding/rainynight |
URL หน้าช่วยเหลือ | https://github.com/aeharding/rainynight/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rainy night", "icons": { "128": "icon128.png" }, "options_page": "options.html", "description": "This extension provides a nice 'rain' effect on your splash page.", "version": "0.2.2", "chrome_url_overrides": { "newtab": "index.html" }, "offline_enabled": true, "web_accessible_resources": [ "images\/*", "bower_components\/rainyday.js\/rainyday.js", "bower_components\/angular\/angular.js", "index.js", "fonts\/*", "index.css" ] } |