Feedbin.me

Subscribe to RSS and Atom news feeds with Feedbin.

Feedbin.me là gì?

Feedbin.me là một tiện ích mở rộng Chrome được phát triển bởi https://sites.google.com/site/haroldmartin, và tính năng chính của nó là "Subscribe to RSS and Atom news feeds with Feedbin.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Feedbin.me

Tải xuống các tệp mở rộng Feedbin.me 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

                        Detect site feeds and subscribe to them in Feedbin.me from the omnibar.

Based on Google's RSS Subscription Extension

https://github.com/hbmartin/chrome-feedbin                    

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

Tên Feedbin.me Feedbin.me
ID obchngnapdeffbdcaonhlobekdfeoekg
URL Chính Thức https://chromewebstore.google.com/detail/feedbinme/obchngnapdeffbdcaonhlobekdfeoekg
Mô tả Subscribe to RSS and Atom news feeds with Feedbin.
Kích Thước Tệp 69.2 KB
Số Lần Cài Đặt 144
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2014-09-18
Ngày Phát Hành 2014-09-18
Đánh Giá 3.33/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://sites.google.com/site/haroldmartin
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ id,de,en,en-GB,fr,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Feedbin.me",
    "description": "Subscribe to RSS and Atom news feeds with Feedbin.",
    "version": "1.1.1",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "sniff_common.js",
                "doc_start.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "sniff_common.js",
                "feed_finder.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en",
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "manifest_version": 2,
    "page_action": {
        "default_icon": {
            "19": "icon\/blue.png",
            "38": "icon\/[email protected]"
        }
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}