Live RSS Bookmarks
Sync RSS feeds with bookmark folders
Qu'est-ce que Live RSS Bookmarks ?
Live RSS Bookmarks est une extension Chrome développée par David Hamp-Gonsalves, et sa fonction principale est "Sync RSS feeds with bookmark folders".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Live RSS Bookmarks
Téléchargez les fichiers d'extension Live RSS Bookmarks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | hdabapllcefknagcjlhcpbnlnkbofndn |
URL Officiel | https://chromewebstore.google.com/detail/live-rss-bookmarks/hdabapllcefknagcjlhcpbnlnkbofndn |
Description | Sync RSS feeds with bookmark folders |
Taille du Fichier | 410 KB |
Nombre d'Installations | 100 |
Version Actuelle | 5.1.1 |
Dernière Mise à Jour | 2024-03-01 |
Date de Publication | 2023-09-09 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | David Hamp-Gonsalves |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/davidhampgonsalves/Live-RSS-Bookmarks |
URL de la Page d'Aide | https://github.com/davidhampgonsalves/Live-RSS-Bookmarks/issues |
URL de la Page de Politique de Confidentialité | https://davidhampgonsalves.com/contact-identicons-privacy_policy.html |
Langues Prises en Charge | 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" } |