Live RSS Bookmarks

Sync RSS feeds with bookmark folders

Live RSS Bookmarks là gì?

Live RSS Bookmarks là một tiện ích mở rộng Chrome được phát triển bởi David Hamp-Gonsalves, và tính năng chính của nó là "Sync RSS feeds with bookmark folders".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Live RSS Bookmarks

Tải xuống các tệp mở rộng Live RSS Bookmarks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Live RSS Bookmarks Live RSS Bookmarks
ID hdabapllcefknagcjlhcpbnlnkbofndn
URL Chính Thức https://chromewebstore.google.com/detail/live-rss-bookmarks/hdabapllcefknagcjlhcpbnlnkbofndn
Mô tả Sync RSS feeds with bookmark folders
Kích Thước Tệp 410 KB
Số Lần Cài Đặt 100
Phiên Bản Hiện Tại 5.1.1
Cập Nhật Lần Cuối 2024-03-01
Ngày Phát Hành 2023-09-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển David Hamp-Gonsalves
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/davidhampgonsalves/Live-RSS-Bookmarks
URL Trang Trợ Giúp https://github.com/davidhampgonsalves/Live-RSS-Bookmarks/issues
URL Trang Chính Sách Bảo Mật https://davidhampgonsalves.com/contact-identicons-privacy_policy.html
Ngôn Ngữ Được Hỗ Trợ 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"
}