RSS Reader Extension (by Inoreader)

Build your own newsfeed

Что такое RSS Reader Extension (by Inoreader)?

RSS Reader Extension (by Inoreader) - это расширение Chrome, разработанное https://inoreader.com, и его основная функция - "Build your own newsfeed".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения RSS Reader Extension (by Inoreader)

Скачайте файлы расширений RSS Reader Extension (by Inoreader) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название RSS Reader Extension (by Inoreader) RSS Reader Extension (by Inoreader)
ID kfimphpokifbjgmjflanmfeppcjimgah
Официальный URL https://chromewebstore.google.com/detail/rss-reader-extension-by-i/kfimphpokifbjgmjflanmfeppcjimgah
Описание Build your own newsfeed
Размер файла 643 KB
Количество установок 51,289
Текущая Версия 5.1.5
Последнее Обновление 2023-04-13
Дата публикации 2017-10-26
Рейтинг 4.49/5 Всего 376 оценок
Разработчик https://inoreader.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.inoreader.com
URL страницы помощи https://www.inoreader.com/contact
URL страницы политики конфиденциальности https://www.inoreader.com/privacy_policy
Поддерживаемые языки 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"
}