RSS Feed Finder
Retreive/Find RSS feeds from Websites
RSS Feed Finderคืออะไร?
RSS Feed Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ikeyurp และคุณลักษณะหลักของมันคือ "Retreive/Find RSS feeds from Websites"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RSS Feed Finder
ดาวน์โหลดไฟล์ส่วนขยาย RSS Feed Finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Get a simple reader of your RSS and Atom feeds in the toolbar
If you have any feedback, bugs or issues, we're always listening on our support channel: [email protected]
The best RSS Feed Reader extension for Chrome
Features:
- Supports both RSS and Atom feeds
- Discover both RSS and Atom feeds within pages
- You can copy the RSS feeds manually or copy all at once
- See when a page has any RSS or Atom feeds to subscribe to
- Intuitively manage your feeds
- Everything is contained within the browser so no other third-party sites are needed ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | gneplfjjnfmbgimbgonejfoaiphdfkcp |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/rss-feed-finder/gneplfjjnfmbgimbgonejfoaiphdfkcp |
| คำอธิบาย | Retreive/Find RSS feeds from Websites |
| ขนาดไฟล์ | 64.61 KB |
| จำนวนการติดตั้ง | 2,071 |
| เวอร์ชันปัจจุบัน | 2.0 |
| อัปเดตครั้งล่าสุด | 2023-05-18 |
| วันที่เผยแพร่ | 2020-12-31 |
| คะแนน | 4.33/5 รวมทั้งหมด 6 คะแนน |
| ผู้พัฒนา | ikeyurp |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "RSS Feed Finder",
"description": "Retreive\/Find RSS feeds from Websites",
"version": "2.0",
"author": {
"name": "Keyur Patel",
"email": "[email protected]"
},
"host_permissions": [
"*:\/\/*\/"
],
"permissions": [
"activeTab"
],
"action": {
"default_icon": {
"128": "assets\/img\/icon_default.png"
},
"default_popup": "popup.html",
"default_title": "Click to find RSS feeds for this website"
},
"background": {
"service_worker": "assets\/js\/background.js"
},
"icons": {
"128": "assets\/img\/icon_128.png"
}
} | |