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

O que é Makoto Shinkai's Newtab?

Makoto Shinkai's Newtab é uma extensão do Chrome desenvolvida por Suitangi, e sua principal característica é "Replaces the newtab with a beautiful cinemagraph from one of Makoto Shinkai's movies (Your Name, 5cm/s, Garden of Words).".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Makoto Shinkai's Newtab

Baixe arquivos de extensão Makoto Shinkai's Newtab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Makoto Shinkai's Newtab Makoto Shinkai's Newtab
ID ojaookiigngaiipdhccdoaalmjpgpigh
URL Oficial https://chrome.google.com/webstore/detail/makoto-shinkais-newtab/ojaookiigngaiipdhccdoaalmjpgpigh
Descrição Replaces the newtab with a beautiful cinemagraph from one of Makoto Shinkai's movies (Your Name, 5cm/s, Garden of Words).
Tamanho do Arquivo 210 KB
Contagem de Instalações 3,323
Versão Atual 1.7.2
Última Atualização 2020-03-02
Data de Publicação 2020-03-02
Classificação 4.74/5 Total de 46 Avaliações
Desenvolvedor Suitangi
Email [email protected]
Site da Extensão https://suitangi.github.io/Minimal-Newtab/resources/Shinkai's%20Newtab
URL da Página de Ajuda https://suitangi.github.io/Minimal-Newtab/resources/Shinkai's%20Newtab
Idiomas Suportados 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"
    }
}