News Tab - New Tab Page Replacement
An Google Now themed top news stories reader for your New Tab page
Τι είναι το News Tab - New Tab Page Replacement;
Το News Tab - New Tab Page Replacement είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον DFProductivity, και η κύρια λειτουργία του είναι "An Google Now themed top news stories reader for your New Tab page".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης News Tab - New Tab Page Replacement
Λήψη αρχείων επέκτασης News Tab - New Tab Page Replacement σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Update 0.1.4: You can now upload your own images!
Update 0.1.2: Added weather forecast and more speed improvements.
News Tab is 🔥CRAZY FAST🔥
The fastest new tab page replacement. Fully loads in less than 300 milliseconds!
Replace your New Tab page with a Google Now themed page. Your New Tab page will now a Google search bar and the top stories from Google News.
Features:
- Show top stores from Google News
- Show your most visited websites
- Dark Mode
- 12 different themes
- Current weather and forecast weather
- Custom image upload
- Select from 91 different regions and languages including United States, India, China, and many many more.
- Select from 10 different topics including Topic Stories, Business, Technology, Sports, and more. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | cdpnmcehklcfepflojdklfggahnaolid |
| Επίσημο URL | https://chromewebstore.google.com/detail/news-tab-new-tab-page-rep/cdpnmcehklcfepflojdklfggahnaolid |
| Περιγραφή | An Google Now themed top news stories reader for your New Tab page |
| Μέγεθος Αρχείου | 9.06 MB |
| Αριθμός Εγκαταστάσεων | 425 |
| Τρέχουσα Έκδοση | 0.1.6 |
| Τελευταία Ενημέρωση | 2018-12-10 |
| Ημερομηνία Δημοσίευσης | 2018-12-09 |
| Αξιολόγηση | 4.38/5 Συνολικά 13 Αξιολογήσεις |
| Προγραμματιστής | DFProductivity |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://twitter.com/RainingZombies |
| Υποστηριζόμενες Γλώσσες | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"chrome_url_overrides": {
"newtab": "dist\/index.min.html"
},
"background": {
"page": "dist\/index.min.html"
},
"content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com https:\/\/ssl.google-analytics.com; object-src 'self'",
"description": "An Google Now themed top news stories reader for your New Tab page",
"manifest_version": 2,
"name": "News Tab - New Tab Page Replacement",
"permissions": [
"https:\/\/news.google.com\/",
"https:\/\/query.yahooapis.com\/",
"storage",
"topSites",
"chrome:\/\/favicon\/",
"unlimitedStorage"
],
"short_name": "News Tab",
"version": "0.1.6",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
}
} | |