rsstodolist
Send links to rsstodolist - https://rsstodolist.eu/
rsstodolistとは何ですか?
rsstodolistはpaulgregによって開発されたChromeの拡張機能で、その主な機能は「Send links to rsstodolist - https://rsstodolist.eu/」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |