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).

Co to jest Makoto Shinkai's Newtab?

Makoto Shinkai's Newtab to rozszerzenie Chrome opracowane przez Suitangi, a jego główną funkcją jest „Replaces the newtab with a beautiful cinemagraph from one of Makoto Shinkai's movies (Your Name, 5cm/s, Garden of Words).”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Makoto Shinkai's Newtab

Pobierz pliki rozszerzeń Makoto Shinkai's Newtab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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 :)                    

Podstawowe informacje o rozszerzeniu

Nazwa Makoto Shinkai's Newtab Makoto Shinkai's Newtab
ID ojaookiigngaiipdhccdoaalmjpgpigh
Oficjalny URL https://chrome.google.com/webstore/detail/makoto-shinkais-newtab/ojaookiigngaiipdhccdoaalmjpgpigh
Opis Replaces the newtab with a beautiful cinemagraph from one of Makoto Shinkai's movies (Your Name, 5cm/s, Garden of Words).
Rozmiar pliku 210 KB
Liczba instalacji 3,323
Aktualna Wersja 1.7.2
Ostatnia Aktualizacja 2020-03-02
Data Publikacji 2020-03-02
Ocena 4.74/5 Łącznie 46 Oceny
Deweloper Suitangi
E-mail [email protected]
Strona Rozszerzenia https://suitangi.github.io/Minimal-Newtab/resources/Shinkai's%20Newtab
Adres URL Strony Pomocy https://suitangi.github.io/Minimal-Newtab/resources/Shinkai's%20Newtab
Obsługiwane Języki 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"
    }
}