New Tab Plus

Override the new tab page with a background image, weather updates, google search with suggestion and chrome internal links.

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

Το New Tab Plus είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Swapnil Vathare, και η κύρια λειτουργία του είναι "Override the new tab page with a background image, weather updates, google search with suggestion and chrome internal links.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        The ultimate new tab tool designed and developed to get in touch with daily weather updates, google search, shortcut for internal chrome links and to get a fresh new tab on your screen.

why it is useful :-

-It gives you beautiful full screen images each day you open a new tab

-Current time update

-Current weather updates for which ever location you are in.

-Direct shortcuts for internal chrome links like apps, history, bookmarks and downloads

-It includes google search with suggestions which completes the package.

=============update log===========
Version 0.5.2 update 19-03-2015
1.Small bug fixes.

Version 0.5.1 update 18-03-2015
1.Quarter final Live cricket score added for all countries.

Version 0.5.0 update 12-03-2015
1.Live cricket score added for India.
2.Fahrenheit/Celsius toggle on double click added.
3.Some new images added

Version 0.4.2 update 06-09-2014
1.Small bug fixes.

Version 0.4.2 update 05-09-2014
1.Side navigation icons changed.
2.Six new backgrounds added.
3.Some alignment issues resolved.
4.Time update issue resolved.

Version 0.4.1 update 19-08-2014
1.Weather icon issue resolved.

Version 0.4 update 18-08-2014
1.AM/PM added in time.
2.Day Date and Month added below Time.
3.Menu background changed                    

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

Όνομα New Tab Plus New Tab Plus
ID ppidpmkanfjhbjjjjlajcibfniihnkhb
Επίσημο URL https://chrome.google.com/webstore/detail/new-tab-plus/ppidpmkanfjhbjjjjlajcibfniihnkhb
Περιγραφή Override the new tab page with a background image, weather updates, google search with suggestion and chrome internal links.
Μέγεθος Αρχείου 2.33 MB
Αριθμός Εγκαταστάσεων 579
Τρέχουσα Έκδοση 0.6.2
Τελευταία Ενημέρωση 2017-03-29
Ημερομηνία Δημοσίευσης 2017-03-29
Αξιολόγηση 4.28/5 Συνολικά 36 Αξιολογήσεις
Προγραμματιστής Swapnil Vathare
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Plus",
    "short_name": "New Tab Plus",
    "description": "Override the new tab page with a background image, weather updates, google search with suggestion and chrome internal links.",
    "version": "0.6.2",
    "incognito": "split",
    "offline_enabled": true,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "permissions": [
        "geolocation",
        "tabs",
        "",
        "http:\/\/www.google.com\/",
        "https:\/\/query.yahooapis.com\/",
        "https:\/\/clients1.google.com\/",
        "http:\/\/clients1.google.com\/",
        "https:\/\/query.yahooapis.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/clients1.google.com https:\/\/query.yahooapis.com; object-src 'self'",
    "manifest_version": 2
}