Feedly Subscribe Button

Easily Subscribe RSS and Atom Feeds to Feedly.

Apa itu Feedly Subscribe Button?

Feedly Subscribe Button adalah ekstensi Chrome yang dikembangkan oleh BrowserNative, dan fitur utamanya adalah "Easily Subscribe RSS and Atom Feeds to Feedly.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Feedly Subscribe Button

Unduh file ekstensi Feedly Subscribe Button dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Feedly Subscribe Button Feedly Subscribe Button
ID gbbnddjfcllebfcnihfgmdplgaiejepc
URL Resmi https://chromewebstore.google.com/detail/feedly-subscribe-button/gbbnddjfcllebfcnihfgmdplgaiejepc
Deskripsi Easily Subscribe RSS and Atom Feeds to Feedly.
Ukuran File 20.75 KB
Jumlah Instalasi 11,047
Versi Saat Ini 1.3
Terakhir Diperbarui 2023-11-06
Tanggal Publikasi 2017-08-12
Penilaian 4.58/5 Total 84 Penilaian
Pengembang BrowserNative
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://browsernative.com/feedly-chrome-extension/
URL Halaman Bantuan http://browsernative.com/feedly-chrome-extension/
URL Halaman Kebijakan Privasi https://browsernative.com/extensions-privacy-policy
Bahasa yang Didukung 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"
    ]
}