rsstodolist

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

rsstodolist क्या है?

rsstodolist paulgreg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send links to rsstodolist - https://rsstodolist.eu/"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में rsstodolist एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}