HackerNew
The best Hacker News extension, making HN quicker and more useful since 2012.
Что такое HackerNew?
HackerNew - это расширение Chrome, разработанное Tom Moor, и его основная функция - "The best Hacker News extension, making HN quicker and more useful since 2012.".
Снимки экрана расширения
Скачать файл CRX расширения HackerNew
Скачайте файлы расширений HackerNew в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Once you install this extension you'll never be able to go back to regular Hacker News, featuring:
- Improved readability design
- Retina screen support
- User following
- Super fast inline replies
- Quick profiles with social network info when hovering over usernames
- Filtering of stories based on terms and phrases / domain or user
- Endless scrolling
- Collapsible comment threads
- Direct link to Google Cache version
- Social sharing for Twitter, Facebook, Google+, Buffer
HackerNew is open source - forks and improvements are welcome:
https://github.com/tommoor/HackerNew Основная информация о расширении
| Название | |
| ID | lgoghlndihpmbbgmbpjohilcphbfhddd |
| Официальный URL | https://chromewebstore.google.com/detail/hackernew/lgoghlndihpmbbgmbpjohilcphbfhddd |
| Описание | The best Hacker News extension, making HN quicker and more useful since 2012. |
| Размер файла | 209 KB |
| Количество установок | 1,213 |
| Текущая Версия | 1.3.2 |
| Последнее Обновление | 2021-04-20 |
| Дата публикации | 2021-04-20 |
| Рейтинг | 4.32/5 Всего 50 оценок |
| Разработчик | Tom Moor |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/tommoor/HackerNew |
| URL страницы помощи | https://github.com/tommoor/HackerNew |
| URL страницы политики конфиденциальности | https://github.com/tommoor/HackerNew/blob/master/PRIVACY.md |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "HackerNew",
"version": "1.3.2",
"description": "The best Hacker News extension, making HN quicker and more useful since 2012.",
"background": {
"page": "background.html"
},
"icons": {
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"manifest_version": 2,
"web_accessible_resources": [
"images\/karma.png",
"images\/follow.png",
"images\/unfollow.png",
"images\/loading.gif",
"images\/loading-light.gif",
"images\/icons.png",
"images\/icon.png",
"images\/arrow-up.png",
"images\/arrow-down.png"
],
"content_scripts": [
{
"matches": [
"http:\/\/news.ycombinator.com\/*",
"http:\/\/news.ycombinator.org\/*",
"http:\/\/hackerne.ws\/*",
"https:\/\/news.ycombinator.com\/*"
],
"css": [
"forms.css",
"hn.css"
],
"js": [
"js\/libs\/jquery-1.7.1.min.js",
"js\/libs\/jquery.hoverIntent.js",
"js\/libs\/jquery.autogrow.js",
"js\/libs\/twitter.text.js",
"js\/hn.js"
]
}
]
} | |