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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}