Hacker News Collapse
Collapses comments on Hacker News
ما هو Hacker News Collapse؟
Hacker News Collapse هو إضافة Chrome تم تطويرها بواسطة tomi.czinege، والميزة الرئيسية لها هي "Collapses comments on Hacker News".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Hacker News Collapse
قم بتنزيل ملفات الامتداد Hacker News Collapse بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Collapses comment trees on Hacker News. To collapse a comment, click on the [-] button at the right of the commet header. Changes in 1.2.1: * Fixed a bug regarding HN Collapse not working properly when the black line of mourning is visible on on HN. * Fixed a bug regarding the positioning of the collapse button on deleted comments. Changes in 1.2: * Added support for HTTPS. Changes in 1.1: * Fixed bug regarding not hiding the "reply" link when the comment has no children. * Added support for the "threads" page.
معلومات أساسية عن التمديد
الاسم | Hacker News Collapse |
ID | bbkfcamiocfccgmcjngdljolljhifdph |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/hacker-news-collapse/bbkfcamiocfccgmcjngdljolljhifdph |
الوصف | Collapses comments on Hacker News |
حجم الملف | 39.67 KB |
عدد التثبيتات | 149 |
النسخة الحالية | 1.2.1 |
آخر تحديث | 2013-07-04 |
تاريخ النشر | 2013-07-04 |
تقييم | 4.20/5 مجموع تقييمات 15 |
المطور | tomi.czinege |
نوع الدفع | free |
موقع الإضافة | https://bitbucket.org/drjokepu/hncollapse |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hacker News Collapse", "version": "1.2.1", "manifest_version": 2, "description": "Collapses comments on Hacker News", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/news.ycombinator.com\/item?id=*", "http:\/\/news.ycombinator.com\/threads?id=*", "https:\/\/news.ycombinator.com\/item?id=*", "https:\/\/news.ycombinator.com\/threads?id=*" ], "css": [], "js": [ "jquery.js", "hncollapse.js" ] } ], "permissions": [ "http:\/\/news.ycombinator.com\/item?id=*", "https:\/\/news.ycombinator.com\/item?id=*" ] } |