Hashnode Daily
Get featured articles for the day. Powered by Hashnode API.
ما هو Hashnode Daily؟
Hashnode Daily هو إضافة Chrome تم تطويرها بواسطة Piyush Sinha، والميزة الرئيسية لها هي "Get featured articles for the day. Powered by Hashnode API.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Hashnode Daily
قم بتنزيل ملفات الامتداد Hashnode Daily بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Introducing Hashnode Daily - a chrome extension which makes Hashnode's featured articles for the day just a click away. Powered by Hashnode API.
معلومات أساسية عن التمديد
الاسم | Hashnode Daily |
ID | iegoemajpebnadinmnchmjoiecfciecl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/hashnode-daily/iegoemajpebnadinmnchmjoiecfciecl |
الوصف | Get featured articles for the day. Powered by Hashnode API. |
حجم الملف | 129 KB |
عدد التثبيتات | 28 |
النسخة الحالية | 1.3 |
آخر تحديث | 2023-01-06 |
تاريخ النشر | 2020-12-24 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Piyush Sinha |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hashnode Daily", "version": "1.3", "description": "Get featured articles for the day. Powered by Hashnode API.", "background": [ { "scripts": [ "background.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/logo-16.png", "32": "icons\/logo-32.png", "48": "icons\/logo-48.png", "128": "icons\/logo-128.png" } }, "icons": { "16": "icons\/logo-16.png", "32": "icons\/logo-32.png", "48": "icons\/logo-48.png", "128": "icons\/logo-128.png" }, "manifest_version": 2 } |