Live RSS Bookmarks

Sync RSS feeds with bookmark folders

Live RSS Bookmarks क्या है?

Live RSS Bookmarks David Hamp-Gonsalves द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sync RSS feeds with bookmark folders"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Live RSS Bookmarks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Live RSS Bookmarks 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"
}