New Look New Tab

Changes the default look of the new tab screen

Τι είναι το New Look New Tab;

Το New Look New Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Euan, και η κύρια λειτουργία του είναι "Changes the default look of the new tab screen".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης New Look New Tab

Λήψη αρχείων επέκτασης New Look New Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        A simple extension which changes the look of Google Chrome's new tab page.

Changelog:
Version 1.0.0 -- First public version
Version 1.0.2 -- Added a shade to the background of the clock container, to allow for easier reading of the clock
Version 1.0.4 -- Added a border radius (curved edges) to the clock's container, giving the container a less sharp look
Version 1.0.5 -- Renamed the project
Version 1.0.6 -- Removed redundant css, changed the cursor when the clock is hovered over
Version 1.0.7 -- Made the clock text unselectable
Version 1.0.8 -- Added a shortcut to take the user to a search engine homepage
Version 1.0.9 -- Increased size of search icon to make it more visible
Version 1.1.0 -- Added an icon for the project                    

Βασικές Πληροφορίες Επέκτασης

Όνομα New Look New Tab New Look New Tab
ID nmfimijihijhfnoiekkadhfpkigdlnii
Επίσημο URL https://chromewebstore.google.com/detail/new-look-new-tab/nmfimijihijhfnoiekkadhfpkigdlnii
Περιγραφή Changes the default look of the new tab screen
Μέγεθος Αρχείου 388 KB
Αριθμός Εγκαταστάσεων 14
Τρέχουσα Έκδοση 1.1.1
Τελευταία Ενημέρωση 2018-03-14
Ημερομηνία Δημοσίευσης 2018-03-14
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Euan
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Look New Tab",
    "description": "Changes the default look of the new tab screen",
    "icons": {
        "128": "icon-128.png"
    },
    "version": "1.1.1",
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "New Look New Tab"
    },
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}