Beautiful New Tab
A beautiful new tab page
Wat is Beautiful New Tab?
Beautiful New Tab is een Chrome-extensie ontwikkeld door Matt Carrick, en de belangrijkste functie is "A beautiful new tab page".
Extensie Screenshots
Download het CRX-bestand van de extensie Beautiful New Tab
Download Beautiful New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Beautiful New Tab |
ID | bailppllbndlpphoipdchcmiiefhelfh |
Officiële URL | https://chromewebstore.google.com/detail/beautiful-new-tab/bailppllbndlpphoipdchcmiiefhelfh |
Beschrijving | A beautiful new tab page |
Bestandsgrootte | 3.78 MB |
Aantal Installaties | 167 |
Huidige Versie | 1.19 |
Laatst Bijgewerkt | 2019-08-28 |
Publicatiedatum | 2019-08-28 |
Beoordeling | 5.00/5 Totaal 9 Beoordelingen |
Ontwikkelaar | Matt Carrick |
Betalingswijze | free |
Extensiewebsite | http://rokco.org |
Help Pagina-URL | https://github.com/xRokco/New-Tab |
Ondersteunde Talen | 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" ] } |