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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
URL страницы помощи | 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" ] } ] } |