Feedly Subscribe Button
Easily Subscribe RSS and Atom Feeds to Feedly.
ما هو Feedly Subscribe Button؟
Feedly Subscribe Button هو إضافة Chrome تم تطويرها بواسطة BrowserNative، والميزة الرئيسية لها هي "Easily Subscribe RSS and Atom Feeds to Feedly.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Feedly Subscribe Button
قم بتنزيل ملفات الامتداد Feedly Subscribe Button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Works only on the pages offering RSS or Atom feeds. Click its toolbar button, which takes you to the Feedly.com with the option to subscribe that feed. Created by BrowserNative, Not created by or affiliated with Feedly.
معلومات أساسية عن التمديد
الاسم | Feedly Subscribe Button |
ID | gbbnddjfcllebfcnihfgmdplgaiejepc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/feedly-subscribe-button/gbbnddjfcllebfcnihfgmdplgaiejepc |
الوصف | Easily Subscribe RSS and Atom Feeds to Feedly. |
حجم الملف | 20.75 KB |
عدد التثبيتات | 11,047 |
النسخة الحالية | 1.3 |
آخر تحديث | 2023-11-06 |
تاريخ النشر | 2017-08-12 |
تقييم | 4.58/5 مجموع تقييمات 84 |
المطور | BrowserNative |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://browsernative.com/feedly-chrome-extension/ |
عنوان صفحة المساعدة | http://browsernative.com/feedly-chrome-extension/ |
عنوان صفحة سياسة الخصوصية | https://browsernative.com/extensions-privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ] }, "page_action": { "default_icon": { "19": "img\/19.png", "38": "img\/38.png" }, "default_title": "Subscribe", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "js\/sniff_common.js", "js\/doc_start.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" }, { "js": [ "js\/sniff_common.js", "js\/feed_finder.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Easily Subscribe RSS and Atom Feeds to Feedly.", "homepage_url": "https:\/\/browsernative.com\/feedly-chrome-extension\/", "icons": { "128": "img\/128.png", "48": "img\/48.png" }, "manifest_version": 2, "name": "Feedly Subscribe Button", "version": "1.3", "permissions": [ "activeTab", "storage" ] } |