Hacker News Popup
Shows how popular the article you're reading on Hacker News is
Что такое Hacker News Popup?
Hacker News Popup - это расширение Chrome, разработанное hnpopup, и его основная функция - "Shows how popular the article you're reading on Hacker News is".
Снимки экрана расширения
Скачать файл CRX расширения Hacker News Popup
Скачайте файлы расширений Hacker News Popup в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
The badge shows the point the article got on Hacker News. Click the badge to open a popup that shows comments on Hacker News. You can also submit an article to Hacker News via the link in the popup if you want to share it with people.
Основная информация о расширении
Название | Hacker News Popup |
ID | decfpoogjcefcgolalhpigfcofidngjk |
Официальный URL | https://chromewebstore.google.com/detail/hacker-news-popup/decfpoogjcefcgolalhpigfcofidngjk |
Описание | Shows how popular the article you're reading on Hacker News is |
Размер файла | 51.61 KB |
Количество установок | 19 |
Текущая Версия | 0.5 |
Последнее Обновление | 2022-10-29 |
Дата публикации | 2019-06-17 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | hnpopup |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/doublemarket/hnpopup |
URL страницы помощи | https://github.com/doublemarket/hnpopup/issues |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hacker News Popup", "short_name": "hnpopup", "version": "0.5", "description": "Shows how popular the article you're reading on Hacker News is", "icons": { "128": "icon.png" }, "homepage_url": "https:\/\/github.com\/doublemarket\/hnpopup", "offline_enabled": false, "action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "activeTab", "storage" ] } |