Feedbro

Advanced Feed Reader - Read news & blogs or any RSS/Atom/RDF source.

Feedbroคืออะไร?

Feedbro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nodetics และคุณลักษณะหลักของมันคือ "Advanced Feed Reader - Read news & blogs or any RSS/Atom/RDF source."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Why Feedbro?

We believe time is our most valuable asset.

We believe it is waste of valuable time to spend minutes or even hours every day to go through dozens of websites, blogs etc. manually.

We believe that all the new information that you are interested in, should be automatically aggregated into one place from various sources you care about (both Internet and intranet) into easy-to-read format and automatically filtered based on the rules you define.

We believe that the faster you learn, gain new knowledge and information the better you will succeed in life as an individual and as an organization. Therefore it is vital to learn new things every day and follow relevant and valuable sources of information effortlessly.

We believe privacy is important so that only you know what sources you follow.

Feature highlights:
- Full standalone feed reader (RSS, Atom, RDF) as a Chrome extension - no online services needed
- Extremely fast!
- Multiple viewing modes: full article view, headlines view, headlines + one article (Opera RSS reader style), newspaper view, magazine view
- Built-in Social Media plugin support (Facebook, Twitter, Instagram, LinkedIn etc)
- Can convert partial feeds to feeds with full articles with a built-in Readability style conversion engine!
- Built-in Rule Engine lets you define rules for filtering, border highlighting, auto-bookmarking, tagging, hiding and regexp highlighting articles. Rules also support Chrome popup notifications and sound effects.
- Article tagging and searching by a tag
- IFTTT support!
- Favicon support
- MathJax support (LaTeX for mathematics formulas)
- Finds feeds from web pages and makes it very easy to subscribe to new feeds
- Organizes feeds into folders (+ read all items in folder at once)
- Drag & drop support for organizing feeds and folders in the tree navigator
- Flexible "mark as read" options (when article title is shown, when article bottom is shown, manually)
- 'Show only unread items' option helps you to read only what is new
- Read any feeds that your computer can access (also in your company intranet, not only public Internet)
- User interface themes: Light, Dark, Aqua, Chill
- Article filtering based on article age
- Custom feed specific scan interval
- Custom feed specific number of items to store
- Keyboard shortcuts (similar to Google Reader)
- Works well with high frequency update feeds
- Can import feed subscriptions from an OPML file
- Can export feed subscriptions to an OPML file
- Easy to drop inactive or broken feeds
- Article headline view for quick skimming
- Basic authentication support to read password protected feeds
- Article sharing to various social media sites
- Supports offline reading
- Discord & Slack support (Rule actions)                    

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

ชื่อ Feedbro Feedbro
ID mefgmmbdailogpfhfblcnnjfmnpnmdfa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/feedbro/mefgmmbdailogpfhfblcnnjfmnpnmdfa
คำอธิบาย Advanced Feed Reader - Read news & blogs or any RSS/Atom/RDF source.
ขนาดไฟล์ 1.18 MB
จำนวนการติดตั้ง 50,880
เวอร์ชันปัจจุบัน 4.15.10
อัปเดตครั้งล่าสุด 2024-01-22
วันที่เผยแพร่ 2020-07-03
คะแนน 4.58/5 รวมทั้งหมด 472 คะแนน
ผู้พัฒนา Nodetics
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://nodetics.com/feedbro
URL หน้านโยบายความเป็นส่วนตัว https://nodetics.com/nodetics-cws-privacy-policy.txt
ภาษาที่รองรับ id,de,en,en-GB,en-US,fr,nl,no,vi,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,bn,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Feedbro",
    "version": "4.15.10",
    "manifest_version": 2,
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/mathjax\/2.7.1\/; object-src 'self'",
    "description": "Advanced Feed Reader - Read news & blogs or any RSS\/Atom\/RDF source.",
    "icons": {
        "16": "images\/reader16.png",
        "48": "images\/reader48.png",
        "128": "images\/reader128.png"
    },
    "homepage_url": "https:\/\/nodetics.com\/feedbro",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage",
        "unlimitedStorage",
        "notifications",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": "images\/reader48.png",
        "default_title": "Feedbro",
        "default_popup": "mainmenu.html"
    }
}