Live RSS Bookmarks
Sync RSS feeds with bookmark folders
Cos'è Live RSS Bookmarks?
Live RSS Bookmarks è un'estensione di Chrome sviluppata da David Hamp-Gonsalves, e la sua funzione principale è "Sync RSS feeds with bookmark folders".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Live RSS Bookmarks
Scarica i file di estensione Live RSS Bookmarks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | hdabapllcefknagcjlhcpbnlnkbofndn |
URL Ufficiale | https://chromewebstore.google.com/detail/live-rss-bookmarks/hdabapllcefknagcjlhcpbnlnkbofndn |
Descrizione | Sync RSS feeds with bookmark folders |
Dimensione del File | 410 KB |
Conteggio Installazioni | 100 |
Versione Corrente | 5.1.1 |
Ultimo Aggiornamento | 2024-03-01 |
Data di Pubblicazione | 2023-09-09 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | David Hamp-Gonsalves |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/davidhampgonsalves/Live-RSS-Bookmarks |
URL della Pagina di Aiuto | https://github.com/davidhampgonsalves/Live-RSS-Bookmarks/issues |
URL della Pagina della Politica sulla Privacy | https://davidhampgonsalves.com/contact-identicons-privacy_policy.html |
Lingue Supportate | 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" } |