Live RSS Bookmarks
Sync RSS feeds with bookmark folders
Live RSS Bookmarksคืออะไร?
Live RSS Bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย David Hamp-Gonsalves และคุณลักษณะหลักของมันคือ "Sync RSS feeds with bookmark folders"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Live RSS Bookmarks
ดาวน์โหลดไฟล์ส่วนขยาย Live RSS Bookmarks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Live RSS Bookmarks mimics Firefox's old live bookmarks feature (removed since 2018). It does this by syncing bookmarks inside a folder for each RSS feed. This extension was previously called Foxish but was re-written to support Chrome Manifest v3. At this time it was simplified since Chrome no longer limits bookmark access like it did in the past and efforts were made to future proof it. Source code can be found at https://github.com/davidhampgonsalves/Live-RSS-Bookmarks
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hdabapllcefknagcjlhcpbnlnkbofndn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/live-rss-bookmarks/hdabapllcefknagcjlhcpbnlnkbofndn |
คำอธิบาย | Sync RSS feeds with bookmark folders |
ขนาดไฟล์ | 410 KB |
จำนวนการติดตั้ง | 100 |
เวอร์ชันปัจจุบัน | 5.1.1 |
อัปเดตครั้งล่าสุด | 2024-03-01 |
วันที่เผยแพร่ | 2023-09-09 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | David Hamp-Gonsalves |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/davidhampgonsalves/Live-RSS-Bookmarks |
URL หน้าช่วยเหลือ | https://github.com/davidhampgonsalves/Live-RSS-Bookmarks/issues |
URL หน้านโยบายความเป็นส่วนตัว | https://davidhampgonsalves.com/contact-identicons-privacy_policy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "background": { "service_worker": "build\/background.js", "type": "module" }, "name": "Live RSS Bookmarks", "description": "Sync RSS feeds with bookmark folders", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "options_page": "html\/options.html", "permissions": [ "bookmarks", "alarms", "storage" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "version": "5.1.1" } |