Feedly Subscribe Button

Easily Subscribe RSS and Atom Feeds to Feedly.

Feedly Subscribe Buttonとは何ですか?

Feedly Subscribe ButtonはBrowserNativeによって開発されたChromeの拡張機能で、その主な機能は「Easily Subscribe RSS and Atom Feeds to Feedly.」です。

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

screenshot
screenshot
screenshot
screenshot

Feedly Subscribe Button拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Works only on the pages offering RSS or Atom feeds. Click its toolbar button, which takes you to the Feedly.com with the option to subscribe that feed.

Created by BrowserNative, Not created by or affiliated with Feedly.                    

拡張機能の基本情報

名前 Feedly Subscribe Button Feedly Subscribe Button
ID gbbnddjfcllebfcnihfgmdplgaiejepc
公式URL https://chromewebstore.google.com/detail/feedly-subscribe-button/gbbnddjfcllebfcnihfgmdplgaiejepc
説明 Easily Subscribe RSS and Atom Feeds to Feedly.
ファイルサイズ 20.75 KB
インストール数 11,047
現在のバージョン 1.3
最終更新日 2023-11-06
公開日 2017-08-12
評価 4.58/5 合計 84 レビュー
開発者 BrowserNative
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://browsernative.com/feedly-chrome-extension/
ヘルプページのURL http://browsernative.com/feedly-chrome-extension/
プライバシーポリシーページのURL https://browsernative.com/extensions-privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "19": "img\/19.png",
            "38": "img\/38.png"
        },
        "default_title": "Subscribe",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/sniff_common.js",
                "js\/doc_start.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "js\/sniff_common.js",
                "js\/feed_finder.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Easily Subscribe RSS and Atom Feeds to Feedly.",
    "homepage_url": "https:\/\/browsernative.com\/feedly-chrome-extension\/",
    "icons": {
        "128": "img\/128.png",
        "48": "img\/48.png"
    },
    "manifest_version": 2,
    "name": "Feedly Subscribe Button",
    "version": "1.3",
    "permissions": [
        "activeTab",
        "storage"
    ]
}