Perfect Home
New tab replacement
Что такое Perfect Home?
Perfect Home - это расширение Chrome, разработанное Perfect Things, и его основная функция - "New tab replacement".
Снимки экрана расширения
Скачать файл CRX расширения Perfect Home
Скачайте файлы расширений Perfect Home в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Replace your new-tab page and home page with your bookmarks. No ads, no speed dials, no frequently visited or other "frecency" bullshit! Just your own, predictable grid of links. Основная информация о расширении
| Название | |
| ID | hdekbnedodfockfppllkaaahaibfgcaj |
| Официальный URL | https://chromewebstore.google.com/detail/perfect-home/hdekbnedodfockfppllkaaahaibfgcaj |
| Описание | New tab replacement |
| Размер файла | 131 KB |
| Количество установок | 390 |
| Текущая Версия | 0.14.0 |
| Последнее Обновление | 2023-09-12 |
| Дата публикации | 2021-03-16 |
| Рейтинг | 5.00/5 Всего 3 оценок |
| Разработчик | Perfect Things |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/perfect-things/perfect-home/ |
| URL страницы помощи | https://github.com/perfect-things/perfect-home/issues |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Perfect Home",
"version": "0.14.0",
"author": "PerfectThings",
"chrome_url_overrides": {
"newtab": "index.html"
},
"description": "New tab replacement",
"permissions": [
"bookmarks",
"storage"
],
"icons": {
"48": "icon48.png",
"96": "icon96.png"
}
} | |