Hacker News Popup
Shows how popular the article you're reading on Hacker News is
Qu'est-ce que Hacker News Popup ?
Hacker News Popup est une extension Chrome développée par hnpopup, et sa fonction principale est "Shows how popular the article you're reading on Hacker News is".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hacker News Popup
Téléchargez les fichiers d'extension Hacker News Popup au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Hacker News Popup |
ID | decfpoogjcefcgolalhpigfcofidngjk |
URL Officiel | https://chromewebstore.google.com/detail/hacker-news-popup/decfpoogjcefcgolalhpigfcofidngjk |
Description | Shows how popular the article you're reading on Hacker News is |
Taille du Fichier | 51.61 KB |
Nombre d'Installations | 19 |
Version Actuelle | 0.5 |
Dernière Mise à Jour | 2022-10-29 |
Date de Publication | 2019-06-17 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | hnpopup |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/doublemarket/hnpopup |
URL de la Page d'Aide | https://github.com/doublemarket/hnpopup/issues |
Langues Prises en Charge | 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" ] } |