lorify
lorify provides you an autorefresh for threads and an easy way to view referenced comments on linux.org.ru's forums
Что такое lorify?
lorify - это расширение Chrome, разработанное b0r3d0mness, и его основная функция - "lorify provides you an autorefresh for threads and an easy way to view referenced comments on linux.org.ru's forums".
Снимки экрана расширения
Скачать файл CRX расширения lorify
Скачайте файлы расширений lorify в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
Название | |
ID | lcbahplohbljaoccfaionnkdgakdfomn |
Официальный URL | https://chromewebstore.google.com/detail/lorify/lcbahplohbljaoccfaionnkdgakdfomn |
Описание | lorify provides you an autorefresh for threads and an easy way to view referenced comments on linux.org.ru's forums |
Размер файла | 49.96 KB |
Количество установок | 112 |
Текущая Версия | 1.11.0 |
Последнее Обновление | 2016-03-09 |
Дата публикации | 2016-03-09 |
Рейтинг | 5.00/5 Всего 10 оценок |
Разработчик | b0r3d0mness |
Тип оплаты | free |
Официальный сайт расширения | https://bitbucket.org/b0r3d0m/lorify |
Поддерживаемые языки | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "lorify", "version": "1.11.0", "description": "lorify provides you an autorefresh for threads and an easy way to view referenced comments on linux.org.ru's forums", "icons": { "16": "res\/icons\/penguin-16.png", "32": "res\/icons\/penguin-32.png", "64": "res\/icons\/penguin-64.png" }, "options_ui": { "chrome_style": true, "page": "src\/options.html" }, "background": { "scripts": [ "src\/js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/www.linux.org.ru\/forum\/*", "*:\/\/www.linux.org.ru\/gallery\/*", "*:\/\/www.linux.org.ru\/news\/*", "*:\/\/www.linux.org.ru\/polls\/*" ], "js": [ "src\/libs\/jquery\/jquery-2.2.0.min.js", "src\/js\/contentscript.js" ] } ], "permissions": [ "notifications", "storage" ] } |