rsstodolist

Send links to rsstodolist - https://rsstodolist.eu/

rsstodolist란 무엇입니까?

rsstodolist은(는) paulgreg에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send links to rsstodolist - https://rsstodolist.eu/"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

rsstodolist 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        That extension is a front-end for the RSS todo list application : https://rsstodolist.eu/

It allows you, by a single click, to add the URL of the webpage you're viewing to an RSS feed.

Typical example is marking web pages to read later.

Also, if you know the feed name of a friend of yours, you may also "push" links to it's RSS feed. That's another cool use case.

Feeds are public so anyone can publish to any feeds. 
Be aware of that before using it for sensible URLs.

But, instead of using the public server (rsstodolist.eu), you can also deploy the app on your own server (https://github.com/paulgreg/rsstodolist-node-server) and configure the extension to use that endpoint to have maximum privacy and security.

Check https://rsstodolist.eu/ for further details.
Application and extension are open source.                    

확장 프로그램 기본 정보

이름 rsstodolist rsstodolist
ID gjnfedompndjcoeannmcppbckbkjhpkd
공식 URL https://chromewebstore.google.com/detail/rsstodolist/gjnfedompndjcoeannmcppbckbkjhpkd
설명 Send links to rsstodolist - https://rsstodolist.eu/
파일 크기 34.94 KB
설치 횟수 39
현재 버전 1.8.2
최근 업데이트 2023-03-25
출시 날짜 2018-11-18
평점 5.00/5 총 2 개의 평점
개발자 paulgreg
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://rsstodolist.eu/
도움말 페이지 URL https://github.com/paulgreg/rsstodolist-addon/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "rsstodolist",
    "version": "1.8.2",
    "description": "Send links to rsstodolist - https:\/\/rsstodolist.eu\/",
    "homepage_url": "https:\/\/github.com\/paulgreg\/rsstodolist-addon",
    "icons": {
        "16": "imgs\/rss16.png",
        "48": "imgs\/rss48.png",
        "96": "imgs\/rss96.png",
        "128": "imgs\/rss.png"
    },
    "permissions": [
        "activeTab",
        "notifications",
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background-script.js",
        "type": "module"
    },
    "action": {
        "default_icon": "imgs\/rss.png",
        "default_title": "rsstodolist",
        "default_popup": "index.html"
    }
}