Feedly Subscribe Button

Easily Subscribe RSS and Atom Feeds to Feedly.

Qu'est-ce que Feedly Subscribe Button ?

Feedly Subscribe Button est une extension Chrome développée par BrowserNative, et sa fonction principale est "Easily Subscribe RSS and Atom Feeds to Feedly.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Feedly Subscribe Button

Téléchargez les fichiers d'extension Feedly Subscribe Button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Feedly Subscribe Button Feedly Subscribe Button
ID gbbnddjfcllebfcnihfgmdplgaiejepc
URL Officiel https://chromewebstore.google.com/detail/feedly-subscribe-button/gbbnddjfcllebfcnihfgmdplgaiejepc
Description Easily Subscribe RSS and Atom Feeds to Feedly.
Taille du Fichier 20.75 KB
Nombre d'Installations 11,047
Version Actuelle 1.3
Dernière Mise à Jour 2023-11-06
Date de Publication 2017-08-12
Évaluation 4.58/5 Total 84 Évaluations
Développeur BrowserNative
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://browsernative.com/feedly-chrome-extension/
URL de la Page d'Aide http://browsernative.com/feedly-chrome-extension/
URL de la Page de Politique de Confidentialité https://browsernative.com/extensions-privacy-policy
Langues Prises en Charge 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"
    ]
}