Hack the News
A Hacker News icon that notifies you when the top story changes.
ما هو Hack the News؟
Hack the News هو إضافة Chrome تم تطويرها بواسطة github.com/robbiewain، والميزة الرئيسية لها هي "A Hacker News icon that notifies you when the top story changes.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Hack the News
قم بتنزيل ملفات الامتداد Hack the News بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Displays a Hacker News icon on your browser that changes color when the top story changes. Source code at https://github.com/robbiewain/hack-the-news
معلومات أساسية عن التمديد
الاسم | Hack the News |
ID | oehghgdldepmknikdpjakmpbonlkmnfa |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/hack-the-news/oehghgdldepmknikdpjakmpbonlkmnfa |
الوصف | A Hacker News icon that notifies you when the top story changes. |
حجم الملف | 101 KB |
عدد التثبيتات | 60 |
النسخة الحالية | 0.1.1 |
آخر تحديث | 2017-12-07 |
تاريخ النشر | 2017-12-06 |
تقييم | 4.75/5 مجموع تقييمات 4 |
المطور | github.com/robbiewain |
نوع الدفع | free |
موقع الإضافة | https://github.com/robbiewain/hack-the-news |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hack the News", "version": "0.1.1", "manifest_version": 2, "description": "A Hacker News icon that notifies you when the top story changes.", "content_security_policy": "script-src 'self' https:\/\/*.firebaseio.com; object-src 'self'", "icons": { "16": "images\/hacker-news-16.png", "128": "images\/hacker-news-128.png" }, "background": { "scripts": [ "app.js" ], "persistent": true }, "browser_action": { "default_icon": { "19": "images\/hacker-news-19.png", "38": "images\/hacker-news-38.png" }, "default_title": "Hack the News", "default_popup": "index.html" }, "permissions": [ "storage" ] } |