RSS Reader Extension (by Inoreader)

Build your own newsfeed

RSS Reader Extension (by Inoreader)とは何ですか?

RSS Reader Extension (by Inoreader)はhttps://inoreader.comによって開発されたChromeの拡張機能で、その主な機能は「Build your own newsfeed」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

RSS Reader Extension (by Inoreader)拡張機能のCRXファイルをダウンロード

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
Eメール [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"
}