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

¿Qué es Makoto Shinkai's Newtab?

Makoto Shinkai's Newtab es una extensión de Chrome desarrollada por Suitangi, y su función principal es "Replaces the newtab with a beautiful cinemagraph from one of Makoto Shinkai's movies (Your Name, 5cm/s, Garden of Words).".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Makoto Shinkai's Newtab

Descarga archivos de extensión Makoto Shinkai's Newtab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Makoto Shinkai's Newtab Makoto Shinkai's Newtab
ID ojaookiigngaiipdhccdoaalmjpgpigh
URL Oficial https://chrome.google.com/webstore/detail/makoto-shinkais-newtab/ojaookiigngaiipdhccdoaalmjpgpigh
Descripción Replaces the newtab with a beautiful cinemagraph from one of Makoto Shinkai's movies (Your Name, 5cm/s, Garden of Words).
Tamaño del Archivo 210 KB
Cantidad de Instalaciones 3,323
Versión Actual 1.7.2
Última Actualización 2020-03-02
Fecha de Publicación 2020-03-02
Calificación 4.74/5 Total de 46 Calificaciones
Desarrollador Suitangi
Correo electrónico [email protected]
Sitio Web de la Extensión https://suitangi.github.io/Minimal-Newtab/resources/Shinkai's%20Newtab
URL de la Página de Ayuda https://suitangi.github.io/Minimal-Newtab/resources/Shinkai's%20Newtab
Idiomas Soportados 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"
    }
}