Feedly Counter
Shows unread article count from Feedly
什麼是Feedly Counter?
Feedly Counter是由p3lim開發的Chrome擴展程式,該擴展的主要功能是“Shows unread article count from Feedly”。
擴展截圖
下載Feedly Counter擴展crx文件
下載Feedly Counter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | inafnanoajecodppognidcacbaghfmdd |
官方網址 | 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" ] } } |