Hacker News Rank

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

Was ist Hacker News Rank?

Hacker News Rank ist eine Chrome-Erweiterung, die von https://www.jitbit.com entwickelt wurde, und ihr Hauptmerkmal ist "Chrome extension that shows how many times a page was upvoted on Hacker News".

Erweiterungsscreenshots

screenshot

Hacker News Rank-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hacker News Rank-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Hacker News Rank Hacker News Rank
ID hidhfijjhnnajlkikijcnmpgamfjocdh
Offizielle URL https://chromewebstore.google.com/detail/hacker-news-rank/hidhfijjhnnajlkikijcnmpgamfjocdh
Beschreibung Chrome extension that shows how many times a page was upvoted on Hacker News
Dateigröße 12.7 KB
Installationsanzahl 48
Aktuelle Version 2.6
Letztes Update 2023-08-27
Veröffentlichungsdatum 2019-10-01
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://www.jitbit.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.jitbit.com/hacker-news-rank/
Hilfeseite URL https://www.jitbit.com/hacker-news-rank/
URL der Datenschutzrichtlinien-Seite https://www.jitbit.com/hacker-news-rank/privacy.html
Unterstützte Sprachen 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"
}