Beautiful New Tab
A beautiful new tab page
Co to jest Beautiful New Tab?
Beautiful New Tab to rozszerzenie Chrome opracowane przez Matt Carrick, a jego główną funkcją jest „A beautiful new tab page”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Beautiful New Tab
Pobierz pliki rozszerzeń Beautiful New Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bailppllbndlpphoipdchcmiiefhelfh |
| Oficjalny URL | https://chromewebstore.google.com/detail/beautiful-new-tab/bailppllbndlpphoipdchcmiiefhelfh |
| Opis | A beautiful new tab page |
| Rozmiar pliku | 3.78 MB |
| Liczba instalacji | 167 |
| Aktualna Wersja | 1.19 |
| Ostatnia Aktualizacja | 2019-08-28 |
| Data Publikacji | 2019-08-28 |
| Ocena | 5.00/5 Łącznie 9 Oceny |
| Deweloper | Matt Carrick |
| Typ Płatności | free |
| Strona Rozszerzenia | http://rokco.org |
| Adres URL Strony Pomocy | https://github.com/xRokco/New-Tab |
| Obsługiwane Języki | 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"
]
} | |