Feedly Subscribe Button

Easily Subscribe RSS and Atom Feeds to Feedly.

Wat is Feedly Subscribe Button?

Feedly Subscribe Button is een Chrome-extensie ontwikkeld door BrowserNative, en de belangrijkste functie is "Easily Subscribe RSS and Atom Feeds to Feedly.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Feedly Subscribe Button

Download Feedly Subscribe Button-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Feedly Subscribe Button Feedly Subscribe Button
ID gbbnddjfcllebfcnihfgmdplgaiejepc
Officiële URL https://chromewebstore.google.com/detail/feedly-subscribe-button/gbbnddjfcllebfcnihfgmdplgaiejepc
Beschrijving Easily Subscribe RSS and Atom Feeds to Feedly.
Bestandsgrootte 20.75 KB
Aantal Installaties 11,047
Huidige Versie 1.3
Laatst Bijgewerkt 2023-11-06
Publicatiedatum 2017-08-12
Beoordeling 4.58/5 Totaal 84 Beoordelingen
Ontwikkelaar BrowserNative
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://browsernative.com/feedly-chrome-extension/
Help Pagina-URL http://browsernative.com/feedly-chrome-extension/
URL van de Privacybeleid Pagina https://browsernative.com/extensions-privacy-policy
Ondersteunde Talen 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"
    ]
}