Feedly Subscribe Button

Easily Subscribe RSS and Atom Feeds to Feedly.

Feedly Subscribe Button là gì?

Feedly Subscribe Button là một tiện ích mở rộng Chrome được phát triển bởi BrowserNative, và tính năng chính của nó là "Easily Subscribe RSS and Atom Feeds to Feedly.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Feedly Subscribe Button

Tải xuống các tệp mở rộng Feedly Subscribe Button dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Feedly Subscribe Button Feedly Subscribe Button
ID gbbnddjfcllebfcnihfgmdplgaiejepc
URL Chính Thức https://chromewebstore.google.com/detail/feedly-subscribe-button/gbbnddjfcllebfcnihfgmdplgaiejepc
Mô tả Easily Subscribe RSS and Atom Feeds to Feedly.
Kích Thước Tệp 20.75 KB
Số Lần Cài Đặt 11,047
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2023-11-06
Ngày Phát Hành 2017-08-12
Đánh Giá 4.58/5 Tổng số 84 Đánh Giá
Nhà Phát Triển BrowserNative
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://browsernative.com/feedly-chrome-extension/
URL Trang Trợ Giúp http://browsernative.com/feedly-chrome-extension/
URL Trang Chính Sách Bảo Mật https://browsernative.com/extensions-privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}