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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}