Hacker News Collapsible Comments

Adds reddit-like [+] and [-] links to collapse and expand comment threads.

ما هو Hacker News Collapsible Comments؟

Hacker News Collapsible Comments هو إضافة Chrome تم تطويرها بواسطة muitocomplicado، والميزة الرئيسية لها هي "Adds reddit-like [+] and [-] links to collapse and expand comment threads.".

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

screenshot
screenshot
screenshot

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

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

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

                        Based on the bookmarklet code by niyazpk.
https://github.com/niyazpk/Collapsible-comments-for-Hacker-News

v1.3 - Added support for https and updated the collapsible comments script.                    

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

الاسم Hacker News Collapsible Comments Hacker News Collapsible Comments
ID hockhafcdegocajmjhafgjncjpodihkd
عنوان URL الرسمي https://chromewebstore.google.com/detail/hacker-news-collapsible-c/hockhafcdegocajmjhafgjncjpodihkd
الوصف Adds reddit-like [+] and [-] links to collapse and expand comment threads.
حجم الملف 42.23 KB
عدد التثبيتات 283
النسخة الحالية 1.3
آخر تحديث 2013-03-12
تاريخ النشر 2013-03-12
تقييم 4.67/5 مجموع تقييمات 27
المطور muitocomplicado
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hacker News Collapsible Comments",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Adds reddit-like [+] and [-] links to collapse and expand comment threads.",
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/news.ycombinator.com\/*",
                "https:\/\/news.ycombinator.com\/*",
                "http:\/\/hackerne.ws\/*",
                "https:\/\/hackerne.ws\/*"
            ],
            "js": [
                "jquery.js",
                "contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ]
}