Hacker News Rank

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

Hacker News Rank란 무엇입니까?

Hacker News Rank은(는) https://www.jitbit.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension that shows how many times a page was upvoted on Hacker News"입니다.

확장 프로그램 스크린샷

screenshot

Hacker News Rank 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Hacker News Rank Hacker News Rank
ID hidhfijjhnnajlkikijcnmpgamfjocdh
공식 URL https://chromewebstore.google.com/detail/hacker-news-rank/hidhfijjhnnajlkikijcnmpgamfjocdh
설명 Chrome extension that shows how many times a page was upvoted on Hacker News
파일 크기 12.7 KB
설치 횟수 48
현재 버전 2.6
최근 업데이트 2023-08-27
출시 날짜 2019-10-01
평점 5.00/5 총 2 개의 평점
개발자 https://www.jitbit.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.jitbit.com/hacker-news-rank/
도움말 페이지 URL https://www.jitbit.com/hacker-news-rank/
개인정보 보호 정책 페이지 URL https://www.jitbit.com/hacker-news-rank/privacy.html
지원되는 언어 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"
}