Feedpon

A LDR inspired feed reader

Feedponคืออะไร?

Feedpon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shota Nozaki และคุณลักษณะหลักของมันคือ "A LDR inspired feed reader"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Feedpon is a feed reader that use Feedly as a backend. It provides an alternative UI of Feedly that inspired by LDR (LiveDoor/LiveDwango Reader).

# Features

- Full content extraction
- Tracking URL extraction
- Full keyborad mapping customization
- Hatena Bookmark integration
- Night mode

# Changes

## v2.1.1

Improved:

- Improve some styles

Fixed:

- Remove unused 'storage' permission 

## v2.1.0

Improved:

- Use an edge cache for the entry visual
- Display index number on entry dropdown
- Improve lazy loading image resolving

Changed:

- Use new Hatena Bookmark API (https)
- Do not use "YuGothic" as default font-family
- Change default font-size to 16px from 14px
- Remove the transition on enter of menu and popover
- Remove the transition of tree icon
- Remove an unread count on the header

Fixed:

- Fix scroll behavior on entry list
- Fix logout API calling

## v2.0.3

Fixed:

-  Fix "Unable to save the change of the default stream view with Firefox"

## v2.0.2

Fixed:

- Fix the `srcset` attribute parsing

## v2.0.1

Fixed:

- Fix the error for Firefox

## v2.0.0

Added:

- Implement lazy rendering on entry view
- Support lazy image on full content loading
- Implement IndexedDB based state management
- Implement abbreviation view in entry dropdown
- Implement scroll restoring on entry view
- Implement scroll indicator on entry view
- Implement URL replacement
- Add entry visual on collapsible view

Changed:

- Improve full content loading
- Improve feed description styling
- Improve HTML-sanitizer
- Disable some transitions with performance issue
- Improve next/prev entry and category key command
- Use WKWebView insteadof UIWebVIew on iOS
- Improve entry sharing popup
- Adjust 

styling Fixed: - Fix category renaming

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Feedpon Feedpon
ID eakhakkpdlepncdbafeaagegpgnjhcij
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/feedpon/eakhakkpdlepncdbafeaagegpgnjhcij
คำอธิบาย A LDR inspired feed reader
ขนาดไฟล์ 270 KB
จำนวนการติดตั้ง 697
เวอร์ชันปัจจุบัน 2.1.1
อัปเดตครั้งล่าสุด 2022-04-24
วันที่เผยแพร่ 2020-01-23
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Shota Nozaki
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/emonkak/feedpon
URL หน้าช่วยเหลือ https://github.com/emonkak/feedpon/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Feedpon",
    "version": "2.1.1",
    "description": "A LDR inspired feed reader",
    "icons": {
        "16": ".\/img\/icon-16.png",
        "32": ".\/img\/icon-32.png",
        "48": ".\/img\/icon-48.png",
        "96": ".\/img\/icon-96.png",
        "128": ".\/img\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": ".\/img\/icon-32.png"
    },
    "permissions": [
        "tabs",
        "unlimitedStorage",
        ""
    ]
}