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
官方網址 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"
    }
}