Faster Feedly
Open Feedly links in new process
ما هو Faster Feedly؟
Faster Feedly هو إضافة Chrome تم تطويرها بواسطة 0x04، والميزة الرئيسية لها هي "Open Feedly links in new process".
تحميل ملف CRX للإضافة Faster Feedly
قم بتنزيل ملفات الامتداد Faster Feedly بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension adds the attribute "rel=noreferrer" to any link in Feedly right before the it gets clicked. Because of this attribute the link will open in a new chrome process instead of using the same process as the Feedly tab and share its resources. This means that you should not experience any hangs or freezes in Feedly. If Feedly or one of the opened pages are crashing, it won't let crash all the other tabs.
معلومات أساسية عن التمديد
الاسم | |
ID | gagalaigbidgkfapafgmgohcpfganoig |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/faster-feedly/gagalaigbidgkfapafgmgohcpfganoig |
الوصف | Open Feedly links in new process |
حجم الملف | 15.01 KB |
عدد التثبيتات | 68 |
النسخة الحالية | 0.1 |
آخر تحديث | 2016-04-24 |
تاريخ النشر | 2016-04-24 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | 0x04 |
نوع الدفع | free |
موقع الإضافة | https://github.com/kirrmann/Faster-Feedly |
عنوان صفحة المساعدة | https://github.com/kirrmann/Faster-Feedly/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Faster Feedly", "version": "0.1", "manifest_version": 2, "description": "Open Feedly links in new process", "icons": { "24": "24.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "*:\/\/feedly.com\/*" ], "js": [ "modify-a-attr.js" ] } ] } |