Hacker News Rank
Chrome extension that shows how many times a page was upvoted on Hacker News
Qu'est-ce que Hacker News Rank ?
Hacker News Rank est une extension Chrome développée par https://www.jitbit.com, et sa fonction principale est "Chrome extension that shows how many times a page was upvoted on Hacker News".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hacker News Rank
Téléchargez les fichiers d'extension Hacker News Rank 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
Allows you to quickly see, if the current URL you're visiting has ever been submitted to HackerNews. If it was - you see the number of upvotes and can quickly go and read the comments by clicking the icon. Which, we think, is the most valuable feature, since the comments at HN are at times more thoughtful and interesting than the actual content. If the current page has NOT been submitted to hackernews, you can do that by clicking the very same extension icon. Created by JitBit (https://www.jitbit.com/) and Artiom Dashinsky (http://dashinsky.com/).
Informations de Base sur l'Extension
Nom | Hacker News Rank |
ID | hidhfijjhnnajlkikijcnmpgamfjocdh |
URL Officiel | https://chromewebstore.google.com/detail/hacker-news-rank/hidhfijjhnnajlkikijcnmpgamfjocdh |
Description | Chrome extension that shows how many times a page was upvoted on Hacker News |
Taille du Fichier | 12.7 KB |
Nombre d'Installations | 48 |
Version Actuelle | 2.6 |
Dernière Mise à Jour | 2023-08-27 |
Date de Publication | 2019-10-01 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://www.jitbit.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.jitbit.com/hacker-news-rank/ |
URL de la Page d'Aide | https://www.jitbit.com/hacker-news-rank/ |
URL de la Page de Politique de Confidentialité | https://www.jitbit.com/hacker-news-rank/privacy.html |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hacker News Rank", "version": "2.6", "author": "Jitbit", "action": { "default_icon": { "16": "Icon.png", "48": "[email protected]", "128": "Icon128.png" } }, "icons": { "16": "Icon.png", "48": "[email protected]", "128": "Icon128.png" }, "permissions": [ "tabs", "activeTab", "scripting", "storage" ], "host_permissions": [ "https:\/\/hn.algolia.com\/" ], "background": { "service_worker": "background.js" }, "description": "Chrome extension that shows how many times a page was upvoted on Hacker News" } |