rsstodolist

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

rsstodolistคืออะไร?

rsstodolist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย paulgreg และคุณลักษณะหลักของมันคือ "Send links to rsstodolist - https://rsstodolist.eu/"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย rsstodolist

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}