Hacker News Rank
Chrome extension that shows how many times a page was upvoted on Hacker News
Cos'è Hacker News Rank?
Hacker News Rank è un'estensione di Chrome sviluppata da https://www.jitbit.com, e la sua funzione principale è "Chrome extension that shows how many times a page was upvoted on Hacker News".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hacker News Rank
Scarica i file di estensione Hacker News Rank in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/).
Informazioni di Base sull'Estensione
Nome | Hacker News Rank |
ID | hidhfijjhnnajlkikijcnmpgamfjocdh |
URL Ufficiale | https://chromewebstore.google.com/detail/hacker-news-rank/hidhfijjhnnajlkikijcnmpgamfjocdh |
Descrizione | Chrome extension that shows how many times a page was upvoted on Hacker News |
Dimensione del File | 12.7 KB |
Conteggio Installazioni | 48 |
Versione Corrente | 2.6 |
Ultimo Aggiornamento | 2023-08-27 |
Data di Pubblicazione | 2019-10-01 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://www.jitbit.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.jitbit.com/hacker-news-rank/ |
URL della Pagina di Aiuto | https://www.jitbit.com/hacker-news-rank/ |
URL della Pagina della Politica sulla Privacy | https://www.jitbit.com/hacker-news-rank/privacy.html |
Lingue Supportate | 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" } |