Hacker News Popup

Shows how popular the article you're reading on Hacker News is

ما هو Hacker News Popup؟

Hacker News Popup هو إضافة Chrome تم تطويرها بواسطة hnpopup، والميزة الرئيسية لها هي "Shows how popular the article you're reading on Hacker News is".

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

screenshot
screenshot

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

قم بتنزيل ملفات الامتداد Hacker News Popup بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        The badge shows the point the article got on Hacker News. Click the badge to open a popup that shows comments on Hacker News. You can also submit an article to Hacker News via the link in the popup if you want to share it with people.                    

معلومات أساسية عن التمديد

الاسم Hacker News Popup Hacker News Popup
ID decfpoogjcefcgolalhpigfcofidngjk
عنوان URL الرسمي https://chromewebstore.google.com/detail/hacker-news-popup/decfpoogjcefcgolalhpigfcofidngjk
الوصف Shows how popular the article you're reading on Hacker News is
حجم الملف 51.61 KB
عدد التثبيتات 19
النسخة الحالية 0.5
آخر تحديث 2022-10-29
تاريخ النشر 2019-06-17
تقييم 5.00/5 مجموع تقييمات 1
المطور hnpopup
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/doublemarket/hnpopup
عنوان صفحة المساعدة https://github.com/doublemarket/hnpopup/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hacker News Popup",
    "short_name": "hnpopup",
    "version": "0.5",
    "description": "Shows how popular the article you're reading on Hacker News is",
    "icons": {
        "128": "icon.png"
    },
    "homepage_url": "https:\/\/github.com\/doublemarket\/hnpopup",
    "offline_enabled": false,
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}