RSS Reader Extension (by Inoreader)

Build your own newsfeed

Co to jest RSS Reader Extension (by Inoreader)?

RSS Reader Extension (by Inoreader) to rozszerzenie Chrome opracowane przez https://inoreader.com, a jego główną funkcją jest „Build your own newsfeed”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia RSS Reader Extension (by Inoreader)

Pobierz pliki rozszerzeń RSS Reader Extension (by Inoreader) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        With Inoreader, content comes to you, the minute it's available. Subscribe to RSS Feeds, Blogs, Podcasts, Twitter searches, Facebook pages, even Email Newsletters! Get unfiltered news feeds or filter them to your liking.

Use the RSS Reader extension by Inoreader to boost your productivity without leaving your current tab.

 ★ Keep an eye on the number of unread articles with the counter.
 ★ Glance though your updated subscriptions with a single click.
 ★ Subscribe to RSS feeds or save pages while you browse.
 ★ Indicate when RSS feeds are detected on the current site
 ★ Beautifully format RSS feeds directly into your browser

Inoreader is best in class RSS reader as recognized by both professionals and casual RSS users. It is available on inoreader.com, Android's Google Play and iOS's App Store.
By creating a free Inoreader account, you immediately gain access to the following on inoreader.com:

 ★ Polished and ultra-fast interface to read your RSS feeds.
 ★ Subscribe to RSS feeds, Reddit feeds and Google Alerts.
 ★ Save web pages from the web to read later.
 ★ Endless article archive. You can always get back to your old articles.
 ★ Free search inside your subscriptions.
 ★ Unlimited folders and tags to better organized your RSS feeds and saved articles.
 ★ 5 different layouts for browsing articles. From the quick-scanning list view to the graphic-rich Card view.
 ★ Light and dark themes.

By upgrading to a PRO account, you not only support Inoreader, but gain access to a vast array of features that will take your RSS experience to the next level:

 ★ Go beyond RSS! Subscribe to Facebook pages and Twitter searches or use our Web feeds to parse any web page and turn it into an RSS feed.
 ★ Declutter your Inbox. Subscribe to email newsletters directly in Inoreader.
 ★ Light and dark themes.
 ★ Automate workflows with Rules. You can automatically assign tags, send push and email notifications and much more. 
 ★ Cut out the noise with content filters and duplicate filters.
 ★ Offline mode for selected folders (Android & iOS).
 ★ Light and dark themes.
 ★ Send daily email digests to your co-workers or partners.
 ★ Create custom RSS feeds from folders.
 ★ Access password protected feeds.
 ★ Search inside all public articles indexed by Inoreader (more than 20 billion).
 ★ Translate articles without using extension or leaving the app.
 ★ Connect with thousands of apps through IFTTT and Zapier.
 ★ Sort by Magic - Get the most popular articles on top.
 ★ Automatically keep your YouTube subscriptions in sync with Inoreader.
 ★ Annotate inside articles to save your thoughts for later.
 ★ Many more features constantly added.

We are always listening for feedback. Please reach out to [email protected] if you have any questions or issues.                    

Podstawowe informacje o rozszerzeniu

Nazwa RSS Reader Extension (by Inoreader) RSS Reader Extension (by Inoreader)
ID kfimphpokifbjgmjflanmfeppcjimgah
Oficjalny URL https://chromewebstore.google.com/detail/rss-reader-extension-by-i/kfimphpokifbjgmjflanmfeppcjimgah
Opis Build your own newsfeed
Rozmiar pliku 643 KB
Liczba instalacji 51,289
Aktualna Wersja 5.1.5
Ostatnia Aktualizacja 2023-04-13
Data Publikacji 2017-10-26
Ocena 4.49/5 Łącznie 376 Oceny
Deweloper https://inoreader.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.inoreader.com
Adres URL Strony Pomocy https://www.inoreader.com/contact
Adres URL Strony Polityki Prywatności https://www.inoreader.com/privacy_policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Innologica",
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "content_scripts": [
        {
            "exclude_matches": [
                "*:\/\/blog.inoreader.com\/*",
                "*:\/\/translate.inoreader.com\/*",
                "*:\/\/status.inoreader.com\/*",
                "*:\/\/test.inoreader.com\/*",
                "*:\/\/support.inoreader.com\/*"
            ],
            "js": [
                "page.js"
            ],
            "matches": [
                "*:\/\/*.inoreader.com\/*"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "description": "Build your own newsfeed",
    "icons": {
        "16": "icons\/16_x_16_pixels.png",
        "48": "icons\/48_x_48_pixels.png",
        "128": "icons\/128_x_128_pixels.png"
    },
    "manifest_version": 2,
    "name": "RSS Reader Extension (by Inoreader)",
    "short_name": "Inoreader",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "activeTab",
        "storage",
        "*:\/\/*.inoreader.com\/*"
    ],
    "optional_permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "5.1.5"
}