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
官方網址 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"
    ]
}