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은(는) https://senthilprabu.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Fall Day (A Fall Tab) - Displays a falling leaves and flakes on the new tab page."입니다.

확장 프로그램 스크린샷

screenshot

The Fall Day - A Fall Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 The Fall Day - A Fall Tab The Fall Day - A Fall Tab
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"
    }
}