Newsfeeder Quick-launch

Easily search for news on multiple platforms, find feeds on popular websites and more. Also works as a classic RSS/Atom reader.

Newsfeeder Quick-launchとは何ですか?

Newsfeeder Quick-launchはhttp://esstudio.siteによって開発されたChromeの拡張機能で、その主な機能は「Easily search for news on multiple platforms, find feeds on popular websites and more. Also works as a classic RSS/Atom reader.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

Newsfeeder Quick-launch拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension quick launches the newsfeeder app, the easiest way to follow news from your favorite websites, blogs and news sites. 

With newsfeeder you load your feeds quickly from other rss readers using the OPML format. You don't need to login, the app is fast and it just works. If you want to give feedback or tips, please send a message: [email protected] or use the contact form: esstudio.site/contact.                    

拡張機能の基本情報

名前 Newsfeeder Quick-launch Newsfeeder Quick-launch
ID kokdfdgkmhaimfmjhcdfehgbhhkcnkmk
公式URL https://chrome.google.com/webstore/detail/newsfeeder-quick-launch/kokdfdgkmhaimfmjhcdfehgbhhkcnkmk
説明 Easily search for news on multiple platforms, find feeds on popular websites and more. Also works as a classic RSS/Atom reader.
ファイルサイズ 22.91 KB
インストール数 19
現在のバージョン 1.0
最終更新日 2019-03-28
公開日 2019-03-25
開発者 http://esstudio.site
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://newsfeeder.esstudio.site
ヘルプページのURL https://esstudio.site/contact
プライバシーポリシーページのURL https://echosierrastudio.github.io/EchoSierraStudio/chrome-web-extensions-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Newsfeeder Quick-launch",
    "short_name": "Newsfeeder",
    "version": "1.0",
    "description": "Easily search for news on multiple platforms, find feeds on popular websites and more. Also works as a classic RSS\/Atom reader.",
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "*:\/\/*\/*",
        "webNavigation"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/icon128-grey.png"
    },
    "manifest_version": 2
}