Feedly Counter

Shows unread article count from Feedly

Feedly Counter क्या है?

Feedly Counter p3lim द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows unread article count from Feedly"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Feedly Counter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Feedly Counter Feedly Counter
ID inafnanoajecodppognidcacbaghfmdd
आधिकारिक URL https://chromewebstore.google.com/detail/feedly-counter/inafnanoajecodppognidcacbaghfmdd
विवरण Shows unread article count from Feedly
फ़ाइल का आकार 12.66 KB
स्थापना संख्या 689
वर्तमान संस्करण 1.3.3
अंतिम अपडेट 2014-03-24
प्रकाशन तिथि 2014-03-24
रेटिंग 4.50/5 कुल 30 रेटिंग्स
डेवलपर p3lim
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/p3lim/feedly-counter
सहायता पृष्ठ URL https://github.com/p3lim/feedly-counter/issues
समर्थित भाषाएँ 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"
        ]
    }
}