rsstodolist

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

什麼是rsstodolist?

rsstodolist是由paulgreg開發的Chrome擴展程式,該擴展的主要功能是“Send links to rsstodolist - https://rsstodolist.eu/”。

擴展截圖

screenshot
screenshot

下載rsstodolist擴展crx文件

下載rsstodolist擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}