Live RSS Bookmarks
Sync RSS feeds with bookmark folders
什麼是Live RSS Bookmarks?
Live RSS Bookmarks是由David Hamp-Gonsalves開發的Chrome擴展程式,該擴展的主要功能是“Sync RSS feeds with bookmark folders”。
擴展截圖
下載Live RSS Bookmarks擴展crx文件
下載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 |
官方網址 | 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" } |