Live RSS Bookmarks

Sync RSS feeds with bookmark folders

What is Live RSS Bookmarks?

Live RSS Bookmarks is a Chrome extension developed by David Hamp-Gonsalves, and its main feature is "Sync RSS feeds with bookmark folders".

Extension Screenshots

screenshot
screenshot
screenshot

Download Live RSS Bookmarks Extension CRX File

Download Live RSS Bookmarks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Live RSS Bookmarks mimics Firefox's old live bookmarks feature (removed since 2018). It does this by syncing bookmarks inside a folder for each RSS feed.

This extension was previously called Foxish but was re-written to support Chrome Manifest v3. At this time it was simplified since Chrome no longer limits bookmark access like it did in the past and efforts were made to future proof it.

Source code can be found at https://github.com/davidhampgonsalves/Live-RSS-Bookmarks                    

Extension Basic Information

Name Live RSS Bookmarks Live RSS Bookmarks
ID hdabapllcefknagcjlhcpbnlnkbofndn
Official URL https://chromewebstore.google.com/detail/live-rss-bookmarks/hdabapllcefknagcjlhcpbnlnkbofndn
Description Sync RSS feeds with bookmark folders
File Size 410 KB
Installation Count 100
Current Version 5.1.1
Last Updated 2024-03-01
Publish Date 2023-09-09
Rating 5.00/5 Total 1 Ratings
Developer David Hamp-Gonsalves
Email [email protected]
Payment Type free
Extension Website https://github.com/davidhampgonsalves/Live-RSS-Bookmarks
Help Page URL https://github.com/davidhampgonsalves/Live-RSS-Bookmarks/issues
Privacy Policy Page URL https://davidhampgonsalves.com/contact-identicons-privacy_policy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "background": {
        "service_worker": "build\/background.js",
        "type": "module"
    },
    "name": "Live RSS Bookmarks",
    "description": "Sync RSS feeds with bookmark folders",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "html\/options.html",
    "permissions": [
        "bookmarks",
        "alarms",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "version": "5.1.1"
}