Feedbin.me

Subscribe to RSS and Atom news feeds with Feedbin.

Feedbin.meคืออะไร?

Feedbin.me เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sites.google.com/site/haroldmartin และคุณลักษณะหลักของมันคือ "Subscribe to RSS and Atom news feeds with Feedbin."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Feedbin.me

ดาวน์โหลดไฟล์ส่วนขยาย Feedbin.me ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Feedbin.me Feedbin.me
ID obchngnapdeffbdcaonhlobekdfeoekg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/feedbinme/obchngnapdeffbdcaonhlobekdfeoekg
คำอธิบาย Subscribe to RSS and Atom news feeds with Feedbin.
ขนาดไฟล์ 69.2 KB
จำนวนการติดตั้ง 144
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2014-09-18
วันที่เผยแพร่ 2014-09-18
คะแนน 3.33/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://sites.google.com/site/haroldmartin
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}