HN Beautify
This extension makes HN more readable and pleasant.
Что такое HN Beautify?
HN Beautify - это расширение Chrome, разработанное guilherme.lam, и его основная функция - "This extension makes HN more readable and pleasant.".
Снимки экрана расширения
Скачать файл CRX расширения HN Beautify
Скачайте файлы расширений HN Beautify в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A chrome extension that applies a stylesheet to Hacker News' frontpage and, in my opinion, makes reading it easier and more pleasant. Основная информация о расширении
| Название | |
| ID | nhgmoodfakokkkkkibmdaklneefimlag |
| Официальный URL | https://chromewebstore.google.com/detail/hn-beautify/nhgmoodfakokkkkkibmdaklneefimlag |
| Описание | This extension makes HN more readable and pleasant. |
| Размер файла | 5.59 KB |
| Количество установок | 160 |
| Текущая Версия | 1.0.1 |
| Последнее Обновление | 2014-08-08 |
| Дата публикации | 2014-08-08 |
| Рейтинг | 4.67/5 Всего 6 оценок |
| Разработчик | guilherme.lam |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "HN Beautify",
"description": "This extension makes HN more readable and pleasant.",
"version": "1.0.1",
"icons": {
"128": "icon.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/news.ycombinator.com\/",
"*:\/\/news.ycombinator.com\/new*",
"*:\/\/news.ycombinator.com\/show",
"*:\/\/news.ycombinator.com\/ask"
],
"css": [
"styles.css"
]
}
]
} | |