Readable HackerNews

Stylish Hacker News.

ما هو Readable HackerNews؟

Readable HackerNews هو إضافة Chrome تم تطويرها بواسطة Jarques، والميزة الرئيسية لها هي "Stylish Hacker News.".

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

screenshot

تحميل ملف CRX للإضافة Readable HackerNews

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

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

                        Announcement: This will be the last update (supporting https), please refer to my HN+ if you want to keep getting updates: 

https://chrome.google.com/webstore/detail/hacker-news-%20/oieefcckcbbgniifdhhialgkmghahjgl

I've been a long time HackerNews reader. But over time I've come to dislike the way it looks. So with this extension, I am focusing on creating a more "readable hacker news" by experimenting with typefaces, colors and styles.

v2.3.5:

  - Support HN on https://

v2.3.4:

  -  Style fixes for header
  -  New font for titles                    

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

الاسم Readable HackerNews Readable HackerNews
ID jnnojalnifmaekkfknejbppafnaiepjl
عنوان URL الرسمي https://chromewebstore.google.com/detail/readable-hackernews/jnnojalnifmaekkfknejbppafnaiepjl
الوصف Stylish Hacker News.
حجم الملف 39.07 KB
عدد التثبيتات 135
النسخة الحالية 2.3.5
آخر تحديث 2013-05-21
تاريخ النشر 2013-05-21
تقييم 4.26/5 مجموع تقييمات 27
المطور Jarques
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://jarqu.es/dev/hn/
عنوان صفحة المساعدة http://jarqu.es/dev/hn/
اللغات المدعومة en
manifest.json
{
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "style.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/hn.js"
            ],
            "matches": [
                "http:\/\/news.ycombinator.com\/*",
                "http:\/\/news.ycombinator.net\/*",
                "http:\/\/hackerne.ws\/*",
                "https:\/\/news.ycombinator.com\/*"
            ]
        }
    ],
    "description": "Stylish Hacker News.",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    },
    "name": "Readable HackerNews",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.3.5",
    "manifest_version": 2
}