New Tab Page reImagined

New 'New Tab' Page. Weather, News, Search, recently closed tabs and apps in one place.

Τι είναι το New Tab Page reImagined;

Το New Tab Page reImagined είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jacob "kurtextrem" Groß, και η κύρια λειτουργία του είναι "New 'New Tab' Page. Weather, News, Search, recently closed tabs and apps in one place.".

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

screenshot
screenshot

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

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

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

                        New Tab Page reImagined
This is a new "New Tab" page. Weather, news, apps, recently closed tabs and search in one place, like Google Now.
It was created by Google, but only in russian.

New Tab Page reImagined  features an english, german, french, italian, russian and dutch translation and a better design plus some bugfixes.

v0.6.6.4:
- Huge performance improvements
- Bug fixes

v0.6.6:
- Starting today, you can easily change how many days you want to see as a forecast.
- Bug fixes
christmas icon by Ploup Design

v0.6.5.5:
- Weather module fixed (sorry for the late fix!)
- Design changes according to new Google Now versions
- persistent mode (background page stops itself after idling half a minute, tell me if you like it or not)

v0.6.5/.1:
- Various design changes, including a lighter design, updated Google logo (flat design!)
- Less memory use

v0.6.0:
- Pin your favorite thumbnails!
- Bug fixes
- Better design (on chromebooks and so)
v0.5.5:
- Dutch translation (Thanks to Duncank - a Github user)
- A few bug fixes
==> Soon a few new features will follow.. See Github Issues for more!

v0.5.0:
- Better design
- On site search fix

Contribute to this new tab page on GitHub (Translate it!): https://github.com/kurtextrem/New-New-Tab-Page/

Thanks to François Beaufort.
Thanks to http://mycolorscreen.com/2012/08/10/google-now-live-2/ for the weather icons.                    

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

Όνομα New Tab Page reImagined New Tab Page reImagined
ID neonhjemlhmbajdlgmdfihfplekppkkm
Επίσημο URL https://chrome.google.com/webstore/detail/new-tab-page-reimagined/neonhjemlhmbajdlgmdfihfplekppkkm
Περιγραφή New 'New Tab' Page. Weather, News, Search, recently closed tabs and apps in one place.
Μέγεθος Αρχείου 1.7 MB
Αριθμός Εγκαταστάσεων 539
Τρέχουσα Έκδοση 0.6.6.7
Τελευταία Ενημέρωση 2014-05-16
Ημερομηνία Δημοσίευσης 2014-05-16
Αξιολόγηση 3.74/5 Συνολικά 27 Αξιολογήσεις
Προγραμματιστής Jacob "kurtextrem" Groß
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/kurtextrem/New-New-Tab-Page/
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/kurtextrem/New-New-Tab-Page/issues
URL της Σελίδας Πολιτικής Απορρήτου https://www.kurtextrem.de/chrome/PRIVACY.html
Υποστηριζόμενες Γλώσσες de,en,fr,nl,it,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "0.6.6.7",
    "manifest_version": 2,
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "icons": {
        "128": "images\/icon-256.png",
        "16": "images\/icon-48.png",
        "48": "images\/icon-48.png"
    },
    "author": "Jacob Gro\u00df (kurtextrem)",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "minimum_chrome_version": "23.0",
    "permissions": [
        "geolocation",
        "history",
        "idle",
        "management",
        "storage",
        "tabs",
        "topSites",
        "chrome:\/\/favicon\/",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "alarms"
    ]
}