Hacker News Rank

Chrome extension that shows how many times a page was upvoted on Hacker News

Wat is Hacker News Rank?

Hacker News Rank is een Chrome-extensie ontwikkeld door https://www.jitbit.com, en de belangrijkste functie is "Chrome extension that shows how many times a page was upvoted on Hacker News".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hacker News Rank

Download Hacker News Rank-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/).                    

Basisinformatie over de Extensie

Naam Hacker News Rank Hacker News Rank
ID hidhfijjhnnajlkikijcnmpgamfjocdh
Officiële URL https://chromewebstore.google.com/detail/hacker-news-rank/hidhfijjhnnajlkikijcnmpgamfjocdh
Beschrijving Chrome extension that shows how many times a page was upvoted on Hacker News
Bestandsgrootte 12.7 KB
Aantal Installaties 48
Huidige Versie 2.6
Laatst Bijgewerkt 2023-08-27
Publicatiedatum 2019-10-01
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://www.jitbit.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.jitbit.com/hacker-news-rank/
Help Pagina-URL https://www.jitbit.com/hacker-news-rank/
URL van de Privacybeleid Pagina https://www.jitbit.com/hacker-news-rank/privacy.html
Ondersteunde Talen 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"
}