Feedly Background Tab
Open Feedly Links in Background Tab using shortcut key
ما هو Feedly Background Tab؟
Feedly Background Tab هو إضافة Chrome تم تطويرها بواسطة Aaron Saray، والميزة الرئيسية لها هي "Open Feedly Links in Background Tab using shortcut key".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Feedly Background Tab
قم بتنزيل ملفات الامتداد Feedly Background Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Are you a power user of Feedly - but just wish the 'v' key would open tabs in the background? This extension is for you! Now, when you are viewing articles in list view, press ';' and the new tab opens in the background. Or, if you'd like, customize your shortcut key in the options. Now supports Cloudly, including PRO!
معلومات أساسية عن التمديد
الاسم | Feedly Background Tab |
ID | gjlijkhcebalcchkhgaiflaooghmoegk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/feedly-background-tab/gjlijkhcebalcchkhgaiflaooghmoegk |
الوصف | Open Feedly Links in Background Tab using shortcut key |
حجم الملف | 15.99 KB |
عدد التثبيتات | 4,009 |
النسخة الحالية | 0.13 |
آخر تحديث | 2017-08-11 |
تاريخ النشر | 2017-08-11 |
تقييم | 3.96/5 مجموع تقييمات 79 |
المطور | Aaron Saray |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/aaronsaray/feedlybackgroundtab |
عنوان صفحة المساعدة | https://github.com/aaronsaray/feedlybackgroundtab |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Feedly Background Tab", "version": "0.13", "manifest_version": 2, "description": "Open Feedly Links in Background Tab using shortcut key", "content_scripts": [ { "matches": [ "*:\/\/*.feedly.com\/*" ], "js": [ "js\/keypress.js" ] } ], "background": { "scripts": [ "js\/background.js" ] }, "options_page": "options.html", "permissions": [ "http:\/\/www.feedly.com\/*", "http:\/\/cloud.feedly.com\/*", "https:\/\/cloud.feedly.com\/*", "storage" ], "minimum_chrome_version": "21", "icons": { "128": "images\/icon_128.png" } } |