Beautiful New Tab
A beautiful new tab page
Was ist Beautiful New Tab?
Beautiful New Tab ist eine Chrome-Erweiterung, die von Matt Carrick entwickelt wurde, und ihr Hauptmerkmal ist "A beautiful new tab page".
Erweiterungsscreenshots
Beautiful New Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Beautiful New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A alternative to the ugly Chrome new tab page. This extension shows random a beautiful image from Unsplash.com, along with a minimal set of shortcut links to your favourite sites, the current temperature and weather, and the time and date. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bailppllbndlpphoipdchcmiiefhelfh |
| Offizielle URL | https://chromewebstore.google.com/detail/beautiful-new-tab/bailppllbndlpphoipdchcmiiefhelfh |
| Beschreibung | A beautiful new tab page |
| Dateigröße | 3.78 MB |
| Installationsanzahl | 167 |
| Aktuelle Version | 1.19 |
| Letztes Update | 2019-08-28 |
| Veröffentlichungsdatum | 2019-08-28 |
| Bewertung | 5.00/5 Insgesamt 9 Bewertungen |
| Entwickler | Matt Carrick |
| Zahlungsart | free |
| Erweiterungswebsite | http://rokco.org |
| Hilfeseite URL | https://github.com/xRokco/New-Tab |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Beautiful New Tab",
"version": "1.19",
"minimum_chrome_version": "37",
"manifest_version": 2,
"description": "A beautiful new tab page",
"icons": {
"128": "icon_128.png",
"48": "icon_48.png",
"16": "icon_16.png"
},
"permissions": [
"geolocation",
"storage",
"bookmarks",
"chrome:\/\/favicon\/",
"unlimitedStorage"
],
"background": {
"scripts": [
"jquery.min.js",
"config.js",
"background.js"
]
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"options_page": "options.html",
"web_accessible_resources": [
"index.html"
]
} | |