LOVE-G RSS Reader2

Simple RSS reader

LOVE-G RSS Reader2 क्या है?

LOVE-G RSS Reader2 www.harurow द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple RSS reader"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LOVE-G RSS Reader2 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}