Feedly Notifier

Extension for Feedly news reader

Feedly Notifierคืออะไร?

Feedly Notifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://olsh.github.io/Feedly-Notifier และคุณลักษณะหลักของมันคือ "Extension for Feedly news reader"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Feedly Notifier

ดาวน์โหลดไฟล์ส่วนขยาย Feedly Notifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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