Easy to RSS
Retreive RSS feeds URLs from WebSite, RSSHub supported
Easy to RSSคืออะไร?
Easy to RSS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://idealclover.top และคุณลักษณะหลักของมันคือ "Retreive RSS feeds URLs from WebSite, RSSHub supported"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy to RSS
ดาวน์โหลดไฟล์ส่วนขยาย Easy to RSS ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
pre release version of Easy-to-RSS https://github.com/idealclover/Easy-to-RSS 主要功能:获取网页RSS,复制到剪贴板并打开该RSS网页。与RSSHub联动
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Easy to RSS |
ID | hbcmpkcpbnecinpngdnfbnknfkdpdfli |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/easy-to-rss/hbcmpkcpbnecinpngdnfbnknfkdpdfli |
คำอธิบาย | Retreive RSS feeds URLs from WebSite, RSSHub supported |
ขนาดไฟล์ | 21.43 KB |
จำนวนการติดตั้ง | 2,686 |
เวอร์ชันปัจจุบัน | 0.2.0 |
อัปเดตครั้งล่าสุด | 2018-12-18 |
วันที่เผยแพร่ | 2018-12-17 |
คะแนน | 4.38/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | https://idealclover.top |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy to RSS", "description": "Retreive RSS feeds URLs from WebSite, RSSHub supported", "version": "0.2.0", "author": "@idealclover", "homepage_url": "https:\/\/github.com\/idealclover\/Easy-to-RSS", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "clipboardWrite", "activeTab", "storage", "tabs" ], "browser_action": { "default_icon": "img\/icon_default.png", "default_popup": "popup.html", "default_title": "Click to view RSS feeds for this page" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content.js" ] } ], "options_ui": { "page": "options.html", "open_in_tab": false }, "icons": { "128": "img\/icon_128.png" } } |