Feedly Subscriber

One-click subscribe with Feedly

什麼是Feedly Subscriber?

Feedly Subscriber是由p3lim開發的Chrome擴展程式,該擴展的主要功能是“One-click subscribe with Feedly”。

擴展截圖

screenshot

下載Feedly Subscriber擴展crx文件

下載Feedly Subscriber擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Feedly Subscriber is a Chrome extension for Feedly, which allows you to easily add new feeds, one click away!

I made this as a superior alternative to Google's RSS subscription extension, specifically for Feedly.

Also, see my Feedly Counter extension:
http://bit.ly/feedly-counter                    

擴展基本資訊

名稱 Feedly Subscriber Feedly Subscriber
ID kflhgnleiaemnemmnbfndohdoabfnock
官方網址 https://chromewebstore.google.com/detail/feedly-subscriber/kflhgnleiaemnemmnbfndohdoabfnock
簡介 One-click subscribe with Feedly
檔案大小 9.66 KB
安裝次數 429
目前版本 1.1.0
更新時間 2015-01-30
上架時間 2015-01-30
評分 4.55/5 共 20 次評分
開發者 p3lim
付費類型 free
擴展官網 https://github.com/p3lim/feedly-subscriber
說明頁面URL https://github.com/p3lim/feedly-subscriber/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Feedly Subscriber",
    "description": "One-click subscribe with Feedly",
    "version": "1.1.0",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/sniffer.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": "images\/icon48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    }
}