WebFeed
Web Feed Reader
ما هو WebFeed؟
WebFeed هو إضافة Chrome تم تطويرها بواسطة Taoshu، والميزة الرئيسية لها هي "Web Feed Reader".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة WebFeed
قم بتنزيل ملفات الامتداد WebFeed بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
WebFeed is a lightweight RSS/Atom feed notifier. WebFeed could detect feeds in web pages automatically. If user subscribe it, WebFeed would check new articles repeatedly and show the new badge when available. And user could read the new feed summaries.
معلومات أساسية عن التمديد
الاسم | WebFeed |
ID | phonnpdncnchhpobgkabgcjoapjcacop |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/webfeed/phonnpdncnchhpobgkabgcjoapjcacop |
الوصف | Web Feed Reader |
حجم الملف | 56.84 KB |
عدد التثبيتات | 562 |
النسخة الحالية | 0.8.1 |
آخر تحديث | 2022-05-19 |
تاريخ النشر | 2022-05-09 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Taoshu |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/taoso/webfeed |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WebFeed", "version": "0.8.1", "description": "Web Feed Reader", "author": "\u6d9b\u53d4", "homepage_url": "https:\/\/github.com\/taoso\/webfeed", "icons": { "128": "icons\/icon-square-128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "alarms", "storage", "scripting", "bookmarks", "contextMenus" ], "host_permissions": [ "*:\/\/*\/*" ], "action": { "default_icon": { "128": "icons\/icon-square-gray-128.png" }, "default_title": "WebFeed" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "minimum_chrome_version": "92" } |