Instant Feed

Enjoy subscribing your favorite websites

Instant Feedとは何ですか?

Instant FeedはDeveloperによって開発されたChromeの拡張機能で、その主な機能は「Enjoy subscribing your favorite websites」です。

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

screenshot
screenshot
screenshot

Instant Feed拡張機能のCRXファイルをダウンロード

Instant Feed拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A simple and fast extension to read RSS feeds
Instant feed features:
-Instant read mode read articles faster without visiting the website
-RTL support (read RSS feeds of right to left language websites)
-Responsive design (available on all screen sizes)
-Different themes
-Powerful search , search RSS channels by website address , RSS URL or keyword
-Drag and drop address of any website to add it to RSS channels
-No advertisements
-Available on Chrome and Firefox                    

拡張機能の基本情報

名前 Instant Feed Instant Feed
ID eaejoajdgejmgaockdppfjfeodhkanig
公式URL https://chromewebstore.google.com/detail/instant-feed/eaejoajdgejmgaockdppfjfeodhkanig
説明 Enjoy subscribing your favorite websites
ファイルサイズ 414 KB
インストール数 148
現在のバージョン 1.0
最終更新日 2018-11-19
公開日 2018-11-14
開発者 Developer
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instant Feed",
    "version": "1.0",
    "author": "addonDeveloper",
    "description": "Enjoy subscribing your favorite websites",
    "icons": {
        "48": "\/img\/icon48.png",
        "96": "\/img\/icon96.png"
    },
    "permissions": [
        "storage",
        ""
    ],
    "browser_action": {
        "default_title": "Instant Feed",
        "default_icon": {
            "16": "\/img\/icon16.png",
            "20": "\/img\/icon20.png",
            "32": "\/img\/icon32.png",
            "64": "\/img\/icon64.png"
        }
    },
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    }
}