Hacker News Rank

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

ما هو Hacker News Rank؟

Hacker News Rank هو إضافة Chrome تم تطويرها بواسطة https://www.jitbit.com، والميزة الرئيسية لها هي "Chrome extension that shows how many times a page was upvoted on Hacker News".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Hacker News Rank

قم بتنزيل ملفات الامتداد Hacker News Rank بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة https://www.jitbit.com/hacker-news-rank/
عنوان صفحة سياسة الخصوصية 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"
}