Beautiful New Tab
A beautiful new tab page
Что такое Beautiful New Tab?
Beautiful New Tab - это расширение Chrome, разработанное Matt Carrick, и его основная функция - "A beautiful new tab page".
Снимки экрана расширения
Скачать файл CRX расширения Beautiful New Tab
Скачайте файлы расширений Beautiful New Tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| ID | bailppllbndlpphoipdchcmiiefhelfh |
| Официальный URL | https://chromewebstore.google.com/detail/beautiful-new-tab/bailppllbndlpphoipdchcmiiefhelfh |
| Описание | A beautiful new tab page |
| Размер файла | 3.78 MB |
| Количество установок | 167 |
| Текущая Версия | 1.19 |
| Последнее Обновление | 2019-08-28 |
| Дата публикации | 2019-08-28 |
| Рейтинг | 5.00/5 Всего 9 оценок |
| Разработчик | Matt Carrick |
| Тип оплаты | free |
| Официальный сайт расширения | http://rokco.org |
| URL страницы помощи | https://github.com/xRokco/New-Tab |
| Поддерживаемые языки | 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"
]
} | |