Feedly Enhancer

Enhance your Feedly experience by parsing, summarizing, and many other great shortcuts to save time

Feedly Enhancerคืออะไร?

Feedly Enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย WiL และคุณลักษณะหลักของมันคือ "Enhance your Feedly experience by parsing, summarizing, and many other great shortcuts to save time"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Ever find yourself wanting more utility from Feedly.com? Have a lot of feeds that use clickbait headlines but don't provide a snippet of the article, forcing you to visit their slow site to see the content? This extension provides quick and easy parses and summaries of articles right on the Feedly page so that you don't have to navigate away from the site anymore.

Parsing allows you to see the full contents of the article without needing to load the annoying and slow stuff from the website: skip the auto-playing videos, pop-ups, cookie agreements, intrusive ads, and other distractions; just get right to the content and instantly start reading.

Summarizing reduces that long article to just a couple of lines for quick and easy reading. Just make sure to sign up and get a free API key from SMMRY.com and add it in the extension options to enable it (free SMMRY accounts have a limit of 100 daily summaries and a 10 second wait time in between summaries).

Other enhancements include: auto-parsing and auto-summarizing, scroll to tab end to close tab, and scroll to page end to 'Mark As Read'.

Start improving your Feedly experience!                    

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

ชื่อ Feedly Enhancer Feedly Enhancer
ID cmocacnmohmfknmmdklpkcmlchpnpkna
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/feedly-enhancer/cmocacnmohmfknmmdklpkcmlchpnpkna
คำอธิบาย Enhance your Feedly experience by parsing, summarizing, and many other great shortcuts to save time
ขนาดไฟล์ 157 KB
จำนวนการติดตั้ง 201
เวอร์ชันปัจจุบัน 1.9.21
อัปเดตครั้งล่าสุด 2023-02-04
วันที่เผยแพร่ 2020-04-15
คะแนน 3.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา WiL
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "WiL",
    "name": "Feedly Enhancer",
    "short_name": "Feedly++",
    "version": "1.9.21",
    "options_page": "options.html",
    "description": "Enhance your Feedly experience by parsing, summarizing, and many other great shortcuts to save time",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "https:\/\/cors-anywhere.herokuapp.com\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/feedly.com\/*"
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "main.js",
        "mercury.web.js"
    ]
}