Feedbin.me
Subscribe to RSS and Atom news feeds with Feedbin.
ما هو Feedbin.me؟
Feedbin.me هو إضافة Chrome تم تطويرها بواسطة https://sites.google.com/site/haroldmartin، والميزة الرئيسية لها هي "Subscribe to RSS and Atom news feeds with Feedbin.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Feedbin.me
قم بتنزيل ملفات الامتداد Feedbin.me بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Detect site feeds and subscribe to them in Feedbin.me from the omnibar.
Based on Google's RSS Subscription Extension
https://github.com/hbmartin/chrome-feedbin معلومات أساسية عن التمديد
| الاسم | |
| ID | obchngnapdeffbdcaonhlobekdfeoekg |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/feedbinme/obchngnapdeffbdcaonhlobekdfeoekg |
| الوصف | Subscribe to RSS and Atom news feeds with Feedbin. |
| حجم الملف | 69.2 KB |
| عدد التثبيتات | 144 |
| النسخة الحالية | 1.1.1 |
| آخر تحديث | 2014-09-18 |
| تاريخ النشر | 2014-09-18 |
| تقييم | 3.33/5 مجموع تقييمات 9 |
| المطور | https://sites.google.com/site/haroldmartin |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | id,de,en,en-GB,fr,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Feedbin.me",
"description": "Subscribe to RSS and Atom news feeds with Feedbin.",
"version": "1.1.1",
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"js": [
"sniff_common.js",
"doc_start.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
},
{
"js": [
"sniff_common.js",
"feed_finder.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"default_locale": "en",
"icons": {
"16": "icon\/16.png",
"48": "icon\/48.png",
"128": "icon\/128.png"
},
"manifest_version": 2,
"page_action": {
"default_icon": {
"19": "icon\/blue.png",
"38": "icon\/[email protected]"
}
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"storage"
]
} | |