Hacker News +
Stylish Hacker News.
Что такое Hacker News +?
Hacker News + - это расширение Chrome, разработанное Jarques, и его основная функция - "Stylish Hacker News.".
Снимки экрана расширения
Скачать файл CRX расширения Hacker News +
Скачайте файлы расширений Hacker News + в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
With the recent changes to Google's applications, I thought it'd be nice to get Hacker News to fit in nicely.
Any questions / comments contact me on Twitter: @jarques
Update in v2.0:
* Update to manifest v3
* Dark mode switcher
* Remove hot key support
* Improved commenting layouts Основная информация о расширении
| Название | |
| ID | oieefcckcbbgniifdhhialgkmghahjgl |
| Официальный URL | https://chromewebstore.google.com/detail/hacker-news-+/oieefcckcbbgniifdhhialgkmghahjgl |
| Описание | Stylish Hacker News. |
| Размер файла | 456 KB |
| Количество установок | 191 |
| Текущая Версия | 2.0 |
| Последнее Обновление | 2023-05-28 |
| Дата публикации | 2013-08-02 |
| Рейтинг | 4.38/5 Всего 26 оценок |
| Разработчик | Jarques |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | http://jarqu.es/dev/HN+/ |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Hacker News +",
"version": "2.0",
"description": "Stylish Hacker News.",
"content_scripts": [
{
"all_frames": true,
"css": [
"style.css"
],
"js": [
"js\/hn.js"
],
"matches": [
"https:\/\/news.ycombinator.com\/*"
]
}
],
"web_accessible_resources": [
{
"resources": [
"\/fonts\/*.ttf"
],
"matches": [
"https:\/\/news.ycombinator.com\/*"
]
}
],
"permissions": [
"storage"
]
} | |