LOVE-G RSS Reader2

Simple RSS reader

Что такое LOVE-G RSS Reader2?

LOVE-G RSS Reader2 - это расширение Chrome, разработанное www.harurow, и его основная функция - "Simple RSS reader".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения LOVE-G RSS Reader2

Скачайте файлы расширений LOVE-G RSS Reader2 в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        It is a simple RSS reader.
By default, it has some Google News registered.


* Supported Feeds: RSS 1.0, RSS 2.0, ATOM
* Automatic updates every 5 minutes.
* How to add RSS feeds
 * Select from candidate feeds found on visited websites.
 * Specify URL directly
* Secret mode setting for articles
 *Open the article in incognito mode when you open it
* Exporting and importing settings
* Page Layout Settings                    

Основная информация о расширении

Название LOVE-G RSS Reader2 LOVE-G RSS Reader2
ID docpnbbbkcjpicndjcndadmnfgnhoicc
Официальный URL https://chromewebstore.google.com/detail/love-g-rss-reader2/docpnbbbkcjpicndjcndadmnfgnhoicc
Описание Simple RSS reader
Размер файла 271 KB
Количество установок 1,687
Текущая Версия 2.1.7
Последнее Обновление 2022-05-29
Дата публикации 2017-01-26
Рейтинг 4.30/5 Всего 10 оценок
Разработчик www.harurow
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://zenn.dev/harurow/articles/812dabf395797f
Поддерживаемые языки en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_app_title__",
    "version": "2.1.7",
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "icons": {
        "16": "\/images\/lg2-16.png",
        "24": "\/images\/lg2-24.png",
        "32": "\/images\/lg2-32.png",
        "48": "\/images\/lg2-48.png",
        "128": "\/images\/lg2-128.png"
    },
    "action": {
        "default_title": "__MSG_popup_title__",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/lg2-16.png",
            "24": "\/images\/lg2-24.png",
            "32": "\/images\/lg2-32.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "third-party\/jquery.min.js",
                "common.js",
                "content-script.js"
            ]
        }
    ],
    "author": {
        "name": "www.harurow",
        "url": "https:\/\/zenn.dev\/harurow\/"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}