Hacker News Popup

Shows how popular the article you're reading on Hacker News is

什么是Hacker News Popup?

Hacker News Popup是由hnpopup开发的Chrome扩展程序,该扩展的主要功能是“Shows how popular the article you're reading on Hacker News is”。

扩展截图

screenshot
screenshot

下载Hacker News Popup扩展crx文件

下载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 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"
    ]
}