Live RSS Bookmarks

Sync RSS feeds with bookmark folders

什么是Live RSS Bookmarks?

Live RSS Bookmarks是由David Hamp-Gonsalves开发的Chrome扩展程序,该扩展的主要功能是“Sync RSS feeds with bookmark folders”。

扩展截图

screenshot
screenshot
screenshot

下载Live RSS Bookmarks扩展crx文件

下载Live RSS Bookmarks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Live RSS Bookmarks Live RSS Bookmarks
ID hdabapllcefknagcjlhcpbnlnkbofndn
官方URL https://chromewebstore.google.com/detail/live-rss-bookmarks/hdabapllcefknagcjlhcpbnlnkbofndn
简介 Sync RSS feeds with bookmark folders
文件大小 410 KB
安装次数 100
当前版本 5.1.1
更新时间 2024-03-01
上架时间 2023-09-09
评分 5.00/5 共1次评分
开发者 David Hamp-Gonsalves
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/davidhampgonsalves/Live-RSS-Bookmarks
帮助页面URL https://github.com/davidhampgonsalves/Live-RSS-Bookmarks/issues
隐私政策页面URL https://davidhampgonsalves.com/contact-identicons-privacy_policy.html
支持的语言 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"
}