Hacker News Popup
Shows how popular the article you're reading on Hacker News is
Apa itu Hacker News Popup?
Hacker News Popup adalah ekstensi Chrome yang dikembangkan oleh hnpopup, dan fitur utamanya adalah "Shows how popular the article you're reading on Hacker News is".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Hacker News Popup
Unduh file ekstensi Hacker News Popup dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Hacker News Popup |
ID | decfpoogjcefcgolalhpigfcofidngjk |
URL Resmi | https://chromewebstore.google.com/detail/hacker-news-popup/decfpoogjcefcgolalhpigfcofidngjk |
Deskripsi | Shows how popular the article you're reading on Hacker News is |
Ukuran File | 51.61 KB |
Jumlah Instalasi | 19 |
Versi Saat Ini | 0.5 |
Terakhir Diperbarui | 2022-10-29 |
Tanggal Publikasi | 2019-06-17 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | hnpopup |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/doublemarket/hnpopup |
URL Halaman Bantuan | https://github.com/doublemarket/hnpopup/issues |
Bahasa yang Didukung | 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" ] } |