Feedly Counter

Shows unread article count from Feedly

Feedly Counter là gì?

Feedly Counter là một tiện ích mở rộng Chrome được phát triển bởi p3lim, và tính năng chính của nó là "Shows unread article count from Feedly".

Ả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 Feedly Counter

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

                        Feedly Counter is a Chrome extension for Feedly, which allows you to see at a glance when you've got unread articles, and gives you easy one-click-access to your feeds.

I made this as an alternative to the original extension when it magically lost this option.


** New in 1.3.3:
- Should hopefully fix the "grey icon" bug

** Future works and comments:
I'm currently waiting for Feedly to give me a developer ID so I can make this extension smaller, quicker and safer.
The work is already done, but Feedly is beeing a bit slow with processing my request.
Once I've received this ID, expect a big update coming!

Also, regarding the "grey icon"-bug, I appologize for the inconvenience, I just got caught up in work and was unable to fix it until now.
Bugs such as these should not happen, and especially not live for such a long period.                    

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

Tên Feedly Counter Feedly Counter
ID inafnanoajecodppognidcacbaghfmdd
URL Chính Thức https://chromewebstore.google.com/detail/feedly-counter/inafnanoajecodppognidcacbaghfmdd
Mô tả Shows unread article count from Feedly
Kích Thước Tệp 12.66 KB
Số Lần Cài Đặt 689
Phiên Bản Hiện Tại 1.3.3
Cập Nhật Lần Cuối 2014-03-24
Ngày Phát Hành 2014-03-24
Đánh Giá 4.50/5 Tổng số 30 Đánh Giá
Nhà Phát Triển p3lim
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/p3lim/feedly-counter
URL Trang Trợ Giúp https://github.com/p3lim/feedly-counter/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Feedly Counter",
    "description": "Shows unread article count from Feedly",
    "version": "1.3.3",
    "options_page": "options.html",
    "icons": {
        "128": "\/icons\/icon128.png",
        "48": "\/icons\/icon48.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "alarms",
        "notifications",
        "*:\/\/*.feedly.com\/*"
    ],
    "browser_action": {
        "default_icon": "\/icons\/icon_disabled.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    }
}