The Fall Day - A Fall Tab
The Fall Day (A Fall Tab) - Displays a falling leaves and flakes on the new tab page.
The Fall Day - A Fall Tabคืออะไร?
The Fall Day - A Fall Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://senthilprabu.in และคุณลักษณะหลักของมันคือ "The Fall Day (A Fall Tab) - Displays a falling leaves and flakes on the new tab page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Fall Day - A Fall Tab
ดาวน์โหลดไฟล์ส่วนขยาย The Fall Day - A Fall Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Get ready to welcome the season of the year - fall! Personalize your new tab & homepage with Falling leaves to greet the season "I loved autumn, the season of the year that God seemed to have put there just for the beauty of it." - Lee Maynard
USAGE
When you install this add-on, your new tab will be loaded with beautiful background image, leaves, flakes and greeting text (including date and time). And you can change the following on the new tab page.
- Toggle Falling leaves.
- Number, size and speed of leaves.
- Toggle Flakes.
- Number, size and speed of flakes.
- Toggle Background image.
- Use any unsplash images (using Search Keyword / Collection / Photo ID).
- Remove the background and fill the tab with background color.
- Toggle Greeting message.
- Change the Greeting message, font, color and size.
- Toggle date with 5 different formats.
- Toggle time with 6 different formats.
SHORTCUT KEYS
On the new tab page, you can press the following key to toggle the settings. very quick! L - Leaves F - Flakes D - Date T - Time G - Greetings text B - Background Image F11 - Full Screen Window
If you have any issues, support feedback, change requests, or any ideas to improve, kindly use the following page to report it. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | fdiocdjbjfbbnaipjolbiolcedfmaenc |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/the-fall-day-a-fall-tab/fdiocdjbjfbbnaipjolbiolcedfmaenc |
| คำอธิบาย | The Fall Day (A Fall Tab) - Displays a falling leaves and flakes on the new tab page. |
| ขนาดไฟล์ | 747 KB |
| จำนวนการติดตั้ง | 217 |
| เวอร์ชันปัจจุบัน | 1.0 |
| อัปเดตครั้งล่าสุด | 2018-09-14 |
| วันที่เผยแพร่ | 2018-09-14 |
| ผู้พัฒนา | https://senthilprabu.in |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | http://www.senthilprabu.in/portfolio/the-fall-day/ |
| URL หน้าช่วยเหลือ | http://www.senthilprabu.in/portfolio/the-fall-day/ |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "The Fall Day - A Fall Tab",
"description": "The Fall Day (A Fall Tab) - Displays a falling leaves and flakes on the new tab page.",
"version": "1.0",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"48": "the-fall-day.png"
},
"permissions": [
"storage"
],
"chrome_url_overrides": {
"newtab": "newtab\/index.html"
},
"options_ui": {
"page": "newtab\/options.html"
}
} | |