LOVE-G RSS Reader2

Simple RSS reader

LOVE-G RSS Reader2とは何ですか?

LOVE-G RSS Reader2はwww.harurowによって開発されたChromeの拡張機能で、その主な機能は「Simple RSS reader」です。

拡張機能のスクリーンショット

screenshot
screenshot

LOVE-G RSS Reader2拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}