Makoto Shinkai's Newtab

Replaces the newtab with a beautiful cinemagraph from one of Makoto Shinkai's movies (Your Name, 5cm/s, Garden of Words).

Makoto Shinkai's Newtab란 무엇입니까?

Makoto Shinkai's Newtab은(는) Suitangi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces the newtab with a beautiful cinemagraph from one of Makoto Shinkai's movies (Your Name, 5cm/s, Garden of Words)."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Makoto Shinkai's Newtab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Want a beautiful yet minimal new tab page that comes to life?

This extension changes your new tab page so that scenes from Makoto Shinkai’s movies can play as seamless, looping cinemagraphs in the background, while your new tab page becomes a functional dashboard with different widgets and tools to help your productivity.

The movies included are:
- Kimi no Na Wa (Your Name)
- Byousoku 5 Centimeter (5cm/s)
- Kotonoha no Niwa (Garden of Words)

How to use:
1. Install the extension
2. Open a new tab
3. That's it!

Clock:
► Drag to move the clock
► Click once to switch between standard 12hr and 24hr time

Info Panel:
► Shows the info about the current background shown
► Click to show different information and in a different style

Todo List:
► Type in the “New Item” box and press Enter to enter a new item
► Press enter while editing a list item to create a new list item below
► Press backspace on any empty list item to delete it
► Left click on items to edit them
► Click on the x next to the item to delete it
► Right click on the item to cross them off
► Drag and drop the item to reorder the list
► Drag the top of the list (where it says “todo list”) to move the widget

Search Bar:
► Drag from the top of the search bar to move it
► Type in the box and press enter to perform a Google search

Menu
► Move the mouse to the left most part of the window to access the menu.
► Each switch in Widgets enables/disables respective widgets
► Each switch in Background enables/disables the respective source of images
❤ Button: Add or remove the current background to favorites
🗑️ Button: Remove this background (won’t show this background again)
► Reset Button: resets the extension, wiping all data and restarts it (use this option when the widget is lost off-screen somehow)
► About Button: see information regarding the extension
 
Effects
► Brightness: adjust the brightness of the background
► Saturation: adjust the saturation (how colorful) of the background
► Contrast: adjust the contrast of the background
► Blur: adjust the blur of the background (default is no blur)

Bookmarks
► Move the mouse to the right most part of the window to access bookmarks.
► Folders are drop-down-styled, click on them to see contents


Disclaimer: I do not own any of the artwork or cinemagraphs used in this extension. Credit goes to their respective owner (anime stuio/publisher) and original poster cyan1618 on Imgur.

Makoto Shinkai is the director of the movie, and has also directed:
• Weathering with You (Tenki no Ko)
• She and her cat (Kanojo to Kanojo no Neko)


Change Log:
1.7.2 Small bug fix regarding the About button and Support page functions
1.7.1 Renamed to Shinkai's Newtab, added new functions and support page
1.6.2 Todo list rework
1.6.1 Todo list new functions: reordering and editing
1.6.0 Revamped background filter effects system
1.5.1 Button bug fixes, dynamic menu bugfixes
1.5.0 Added updated menu and bookmarks panel
1.4.3 Bug fixes, menu now scrollable, slight font adjustments
1.4.1 Bug fixes, Added animations for widgets, Background changes
1.4.0 Original Release: Garden of Words Newtab

Please report any issues or suggestions to [email protected]! Thank you :)                    

확장 프로그램 기본 정보

이름 Makoto Shinkai's Newtab Makoto Shinkai's Newtab
ID ojaookiigngaiipdhccdoaalmjpgpigh
공식 URL https://chrome.google.com/webstore/detail/makoto-shinkais-newtab/ojaookiigngaiipdhccdoaalmjpgpigh
설명 Replaces the newtab with a beautiful cinemagraph from one of Makoto Shinkai's movies (Your Name, 5cm/s, Garden of Words).
파일 크기 210 KB
설치 횟수 3,323
현재 버전 1.7.2
최근 업데이트 2020-03-02
출시 날짜 2020-03-02
평점 4.74/5 총 46 개의 평점
개발자 Suitangi
이메일 [email protected]
확장 프로그램 웹 사이트 https://suitangi.github.io/Minimal-Newtab/resources/Shinkai's%20Newtab
도움말 페이지 URL https://suitangi.github.io/Minimal-Newtab/resources/Shinkai's%20Newtab
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Makoto Shinkai's Newtab",
    "short_name": "Shinkai's Tab",
    "version": "1.7.2",
    "description": "Replaces the newtab with a beautiful cinemagraph from one of Makoto Shinkai's movies (Your Name, 5cm\/s, Garden of Words).",
    "permissions": [
        "storage",
        "bookmarks"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}