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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Suitangi, και η κύρια λειτουργία του είναι "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

Λήψη αρχείου CRX της επέκτασης Makoto Shinkai's Newtab

Λήψη αρχείων επέκτασης Makoto Shinkai's Newtab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    }
}