Feedbin.me
Subscribe to RSS and Atom news feeds with Feedbin.
什麼是Feedbin.me?
Feedbin.me是由https://sites.google.com/site/haroldmartin開發的Chrome擴展程式,該擴展的主要功能是“Subscribe to RSS and Atom news feeds with Feedbin.”。
擴展截圖
下載Feedbin.me擴展crx文件
下載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                     擴展基本資訊
| 名稱 |   |  
| ID | obchngnapdeffbdcaonhlobekdfeoekg | 
| 官方網址 | 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"
    ]
}  |  |