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"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ 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 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"
    ]
}