Feedly Notifier

Extension for Feedly news reader

Feedly Notifier क्या है?

Feedly Notifier https://olsh.github.io/Feedly-Notifier द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension for Feedly news reader"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Feedly Notifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Feedly notifier is a tiny extension that keeps you up to date with your feedly subscriptions.

**Features**

- unread news count
- unread news headers (with direct link on the news site) in the popup window
- article preview in the popup window
- ability to set categories for updates
- HTTPS support
- ability to mark news as read
- ability to save feeds for later reading
- ability to filter feeds by category in the popup
- ability to open site on button click (work as a counter only)
- desktop notifications
- background mode

**Translation**
Help us to translate the extension or improve existing translations.
https://poeditor.com/join/project?hash=2fZxqOmDJo

**Changelog**

https://github.com/olsh/Feedly-Notifier/releases

**Support**

If you found a bug or you have a suggestion, please let us know.
You can report about it here:
https://github.com/olsh/Feedly-Notifier/issues

**Source code**

https://github.com/olsh/Feedly-Notifier                    

एक्सटेंशन की मूल जानकारी

नाम Feedly Notifier Feedly Notifier
ID egikgfbhipinieabdmcpigejkaomgjgb
आधिकारिक URL https://chromewebstore.google.com/detail/feedly-notifier/egikgfbhipinieabdmcpigejkaomgjgb
विवरण Extension for Feedly news reader
फ़ाइल का आकार 579 KB
स्थापना संख्या 33,802
वर्तमान संस्करण 2.29.1
अंतिम अपडेट 2023-07-24
प्रकाशन तिथि 2020-03-18
रेटिंग 4.46/5 कुल 381 रेटिंग्स
डेवलपर https://olsh.github.io/Feedly-Notifier
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://olsh.github.io/Feedly-Notifier/
सहायता पृष्ठ URL https://github.com/olsh/Feedly-Notifier/issues
समर्थित भाषाएँ id,de,en,fr,nl,vi,tr,ca,da,es,es-419,it,lv,hu,pl,pt-BR,pt-PT,cs,el,sr,bg,ru,uk,fa,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Feedly Notifier",
    "description": "__MSG_ExtensionDescription__",
    "version": "2.29.1",
    "default_locale": "en",
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "webRequest",
        "*:\/\/*.feedly.com\/"
    ],
    "optional_permissions": [
        "background",
        ""
    ],
    "browser_action": {
        "default_icon": {
            "19": "\/images\/icon_inactive.png",
            "38": "\/images\/icon_inactive38.png"
        },
        "default_title": "Feedly Notifier",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "scripts\/browser-polyfill.min.js",
            "scripts\/feedly.api.js",
            "scripts\/core.js"
        ]
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "web_accessible_resources": [
        "\/images\/icon128.png"
    ],
    "minimum_chrome_version": "70",
    "homepage_url": "https:\/\/olsh.github.io\/Feedly-Notifier\/"
}